#DE88D7

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

Shades of Orchid #DE88D7

Tints of Orchid #DE88D7

Color information

#DE88D7 (or 0xDE88D7) is unknown color: approx Orchid. HEX triplet: DE, 88 and D7. RGB value is (222,136,215). Sum of RGB (Red+Green+Blue) = 222+136+215=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DE88D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE88D7 is #217728. Grayscale: #AAAAAA. Windows color (decimal): -2193193 or 14125278. OLE color: 14125278.

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

Color convert

RGB222136215-
CMYK00.390.030.13
HSL304.88º56.58%70.2%-
HSV(B)304.88º38.74%87.06%-
XYZ51.1938.0468.94-
YUV170.72152.99164.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 136 (53.52% from 255) = 23.73%
BLUE value IS 215 (84.38% from 255) = 37.52%
R=38.74%
G=23.73%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213621500.390.030.13304.8856.5870.2
HexDE88D70273D1313946
Octal33621032704731546171106
Binary11011110100010001101011101001111111011001100011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88D7; }

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

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

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

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

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

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

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

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