#DE85DB

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

Shades of Orchid #DE85DB

Tints of Orchid #DE85DB

Color information

#DE85DB (or 0xDE85DB) is unknown color: approx Orchid. HEX triplet: DE, 85 and DB. RGB value is (222,133,219). Sum of RGB (Red+Green+Blue) = 222+133+219=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DE85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE85DB is #217A24. Grayscale: #A9A9A9. Windows color (decimal): -2193957 or 14386654. OLE color: 14386654.

HSL color Cylindrical-coordinate representation of color #DE85DB: hue angle of 302.02º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE85DB is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB222133219-
CMYK00.400.010.13
HSL302.02º57.42%69.61%-
HSV(B)302.02º40.09%87.06%-
XYZ51.337.4271.54-
YUV169.42155.99165.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 133 (52.34% from 255) = 23.17%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=38.68%
G=23.17%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213321900.400.010.13302.0257.4269.61
HexDE85DB0281D12e3946
Octal33620533305011545671106
Binary1101111010000101110110110101000111011001011101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE85DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE85DB; }

 p { color: rgb(222,133,219); }

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

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

 a { background-color: rgb(222,133,219); }

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

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

 span { border-color: rgb(222,133,219); }

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