#D02EE6

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

Shades of Medium Orchid #D02EE6

Tints of Medium Orchid #D02EE6

Color information

#D02EE6 (or 0xD02EE6) is unknown color: approx Medium Orchid. HEX triplet: D0, 2E and E6. RGB value is (208,46,230). Sum of RGB (Red+Green+Blue) = 208+46+230=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #D02EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02EE6 is #2FD119. Grayscale: #727272. Windows color (decimal): -3133722 or 15085264. OLE color: 15085264.

HSL color Cylindrical-coordinate representation of color #D02EE6: hue angle of 292.83º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02EE6 is Cyan = 0.10, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20846230-
CMYK0.100.800.10
HSL292.83º78.63%54.12%-
HSV(B)292.83º80%90.2%-
XYZ41.2721.0876.76-
YUV115.41192.67194.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 46 (18.36% from 255) = 9.50%
BLUE value IS 230 (90.23% from 255) = 47.52%
R=42.98%
G=9.50%
B=47.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal208462300.100.800.10292.8378.6354.12
HexD02EE6A500A1254f36
Octal320563461212001244511766
Binary110100001011101110011010101010000010101001001011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02EE6; }

 p { color: rgb(208,46,230); }

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

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

 a { background-color: rgb(208,46,230); }

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

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

 span { border-color: rgb(208,46,230); }

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