#DF87CE

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

Shades of Orchid #DF87CE

Tints of Orchid #DF87CE

Color information

#DF87CE (or 0xDF87CE) is unknown color: approx Orchid. HEX triplet: DF, 87 and CE. RGB value is (223,135,206). Sum of RGB (Red+Green+Blue) = 223+135+206=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87CE is #207831. Grayscale: #A9A9A9. Windows color (decimal): -2127922 or 13535199. OLE color: 13535199.

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

Color convert

RGB223135206-
CMYK00.390.080.13
HSL311.59º57.89%70.2%-
HSV(B)311.59º39.46%87.45%-
XYZ50.2437.4762.98-
YUV169.41148.65166.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.54%
GREEN value IS 135 (53.12% from 255) = 23.94%
BLUE value IS 206 (80.86% from 255) = 36.52%
R=39.54%
G=23.94%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313520600.390.080.13311.5957.8970.2
HexDF87CE0278D1383a46
Octal337207316047101547072106
Binary1101111110000111110011100100111100011011001110001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF87CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF87CE; }

 p { color: rgb(223,135,206); }

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

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

 a { background-color: rgb(223,135,206); }

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

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

 span { border-color: rgb(223,135,206); }

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