#DE88CB

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

Shades of Orchid #DE88CB

Tints of Orchid #DE88CB

Color information

#DE88CB (or 0xDE88CB) is unknown color: approx Orchid. HEX triplet: DE, 88 and CB. RGB value is (222,136,203). Sum of RGB (Red+Green+Blue) = 222+136+203=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DE88CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE88CB is #217734. Grayscale: #A9A9A9. Windows color (decimal): -2193205 or 13338846. OLE color: 13338846.

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

Color convert

RGB222136203-
CMYK00.390.090.13
HSL313.26º56.58%70.2%-
HSV(B)313.26º38.74%87.06%-
XYZ49.7137.4561.11-
YUV169.35146.99165.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.57%
GREEN value IS 136 (53.52% from 255) = 24.24%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=39.57%
G=24.24%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213620300.390.090.13313.2656.5870.2
HexDE88CB0279D1393946
Octal336210313047111547171106
Binary1101111010001000110010110100111100111011001110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88CB; }

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

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

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

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

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

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

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

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