#D03AF5

Color #D03AF5 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #D03AF5

Tints of Medium Orchid #D03AF5

Color information

#D03AF5 (or 0xD03AF5) is unknown color: approx Medium Orchid. HEX triplet: D0, 3A and F5. RGB value is (208,58,245). Sum of RGB (Red+Green+Blue) = 208+58+245=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 58 (23.05% from 255 or 11.35% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 245 - color contains mainly: blue. Hex color #D03AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03AF5 is #2FC50A. Grayscale: #7B7B7B. Windows color (decimal): -3130635 or 16071376. OLE color: 16071376.

HSL color Cylindrical-coordinate representation of color #D03AF5: hue angle of 288.13º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03AF5 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20858245-
CMYK0.150.7600.04
HSL288.13º90.34%59.41%-
HSV(B)288.13º76.33%96.08%-
XYZ44.0123.0388.51-
YUV124.17196.2187.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 58 (23.05% from 255) = 11.35%
BLUE value IS 245 (96.09% from 255) = 47.95%
R=40.70%
G=11.35%
B=47.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal208582450.150.7600.04288.1390.3459.41
HexD03AF5F4C041205a3b
Octal32072365171140444013273
Binary11010000111010111101011111100110001001001000001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03AF5; }

 p { color: rgb(208,58,245); }

 H1.HeaderClassName
 {
   color: #D03AF5;
 }
 .AnyTagClassName
 {
   color: #D03AF5;
 }
</style>
background-color css

<style>
 a { background-color: #D03AF5; }

 a { background-color: rgb(208,58,245); }

 div.DivClassName
 {
   background-color: #D03AF5;
 }
 .BgClassName
 {
   background-color: #D03AF5;
 }
</style>
border-color css

<style>
 span { border-color: #D03AF5; }

 span { border-color: rgb(208,58,245); }

 td.TdClassName
 {
   border-color: #D03AF5;
 }
 .TagClassName
 {
   border-color: #D03AF5;
 }
</style>