#DF88CF

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

Shades of Orchid #DF88CF

Tints of Orchid #DF88CF

Color information

#DF88CF (or 0xDF88CF) is unknown color: approx Orchid. HEX triplet: DF, 88 and CF. RGB value is (223,136,207). Sum of RGB (Red+Green+Blue) = 223+136+207=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88CF is #207730. Grayscale: #A9A9A9. Windows color (decimal): -2127665 or 13600991. OLE color: 13600991.

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

Color convert

RGB223136207-
CMYK00.390.070.13
HSL311.03º57.62%70.39%-
HSV(B)311.03º39.01%87.45%-
XYZ50.537.863.67-
YUV170.11148.82165.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 136 (53.52% from 255) = 24.03%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=39.40%
G=24.03%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313620700.390.070.13311.0357.6270.39
HexDF88CF0277D1373a46
Octal33721031704771546772106
Binary110111111000100011001111010011111111011001101111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF88CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF88CF; }

 p { color: rgb(223,136,207); }

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

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

 a { background-color: rgb(223,136,207); }

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

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

 span { border-color: rgb(223,136,207); }

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