#D05EE0

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

Shades of Orchid #D05EE0

Tints of Orchid #D05EE0

Color information

#D05EE0 (or 0xD05EE0) is unknown color: approx Orchid. HEX triplet: D0, 5E and E0. RGB value is (208,94,224). Sum of RGB (Red+Green+Blue) = 208+94+224=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #D05EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05EE0 is #2FA11F. Grayscale: #8E8E8E. Windows color (decimal): -3121440 or 14704336. OLE color: 14704336.

HSL color Cylindrical-coordinate representation of color #D05EE0: hue angle of 292.62º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05EE0 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20894224-
CMYK0.070.5800.12
HSL292.62º67.71%62.35%-
HSV(B)292.62º58.04%87.84%-
XYZ43.4726.873.4-
YUV142.91173.77174.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 94 (37.11% from 255) = 17.87%
BLUE value IS 224 (87.89% from 255) = 42.59%
R=39.54%
G=17.87%
B=42.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal208942240.070.5800.12292.6267.7162.35
HexD05EE073A0C125443e
Octal32013634077201444510476
Binary11010000101111011100000111111010011001001001011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05EE0; }

 p { color: rgb(208,94,224); }

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

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

 a { background-color: rgb(208,94,224); }

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

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

 span { border-color: rgb(208,94,224); }

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