#D03FF2

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

Shades of Medium Orchid #D03FF2

Tints of Medium Orchid #D03FF2

Color information

#D03FF2 (or 0xD03FF2) is unknown color: approx Medium Orchid. HEX triplet: D0, 3F and F2. RGB value is (208,63,242). Sum of RGB (Red+Green+Blue) = 208+63+242=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 63 (25% from 255 or 12.28% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #D03FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03FF2 is #2FC00D. Grayscale: #7E7E7E. Windows color (decimal): -3129358 or 15876048. OLE color: 15876048.

HSL color Cylindrical-coordinate representation of color #D03FF2: hue angle of 288.6º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03FF2 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20863242-
CMYK0.140.7400.05
HSL288.6º87.32%59.8%-
HSV(B)288.6º73.97%94.9%-
XYZ43.8223.3886.21-
YUV126.76193.04185.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 63 (25% from 255) = 12.28%
BLUE value IS 242 (94.92% from 255) = 47.17%
R=40.55%
G=12.28%
B=47.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal208632420.140.7400.05288.687.3259.8
HexD03FF2E4A05121573c
Octal32077362161120544112774
Binary11010000111111111100101110100101001011001000011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03FF2; }

 p { color: rgb(208,63,242); }

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

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

 a { background-color: rgb(208,63,242); }

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

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

 span { border-color: rgb(208,63,242); }

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