#DE88D9

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

Shades of Orchid #DE88D9

Tints of Orchid #DE88D9

Color information

#DE88D9 (or 0xDE88D9) is unknown color: approx Orchid. HEX triplet: DE, 88 and D9. RGB value is (222,136,217). Sum of RGB (Red+Green+Blue) = 222+136+217=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DE88D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE88D9 is #217726. Grayscale: #AAAAAA. Windows color (decimal): -2193191 or 14256350. OLE color: 14256350.

HSL color Cylindrical-coordinate representation of color #DE88D9: hue angle of 303.49º 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 #DE88D9 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222136217-
CMYK00.390.020.13
HSL303.49º56.58%70.2%-
HSV(B)303.49º38.74%87.06%-
XYZ51.4538.1570.3-
YUV170.95153.99164.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 136 (53.52% from 255) = 23.65%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=38.61%
G=23.65%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213621700.390.020.13303.4956.5870.2
HexDE88D90272D12f3946
Octal33621033104721545771106
Binary11011110100010001101100101001111011011001011111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88D9; }

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

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

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

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

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

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

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

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