#DF87CD

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

Shades of Orchid #DF87CD

Tints of Orchid #DF87CD

Color information

#DF87CD (or 0xDF87CD) is unknown color: approx Orchid. HEX triplet: DF, 87 and CD. RGB value is (223,135,205). Sum of RGB (Red+Green+Blue) = 223+135+205=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87CD is #207832. Grayscale: #A9A9A9. Windows color (decimal): -2127923 or 13469663. OLE color: 13469663.

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

Color convert

RGB223135205-
CMYK00.390.080.13
HSL312.27º57.89%70.2%-
HSV(B)312.27º39.46%87.45%-
XYZ50.1137.4262.34-
YUV169.29148.15166.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 135 (53.12% from 255) = 23.98%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=39.61%
G=23.98%
B=36.41%

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
Decimal22313520500.390.080.13312.2757.8970.2
HexDF87CD0278D1383a46
Octal337207315047101547072106
Binary1101111110000111110011010100111100011011001110001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF87CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF87CD; }

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

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

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

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

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

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

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

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