#DE88D5

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

Shades of Orchid #DE88D5

Tints of Orchid #DE88D5

Color information

#DE88D5 (or 0xDE88D5) is unknown color: approx Orchid. HEX triplet: DE, 88 and D5. RGB value is (222,136,213). Sum of RGB (Red+Green+Blue) = 222+136+213=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DE88D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE88D5 is #21772A. Grayscale: #AAAAAA. Windows color (decimal): -2193195 or 13994206. OLE color: 13994206.

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

Color convert

RGB222136213-
CMYK00.390.040.13
HSL306.28º56.58%70.2%-
HSV(B)306.28º38.74%87.06%-
XYZ50.9437.9467.59-
YUV170.49151.99164.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 136 (53.52% from 255) = 23.82%
BLUE value IS 213 (83.59% from 255) = 37.30%
R=38.88%
G=23.82%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213621300.390.040.13306.2856.5870.2
HexDE88D50274D1323946
Octal33621032504741546271106
Binary110111101000100011010101010011110011011001100101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88D5; }

 p { color: rgb(222,136,213); }

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

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

 a { background-color: rgb(222,136,213); }

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

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

 span { border-color: rgb(222,136,213); }

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