#DF87CB

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

Shades of Orchid #DF87CB

Tints of Orchid #DF87CB

Color information

#DF87CB (or 0xDF87CB) is unknown color: approx Orchid. HEX triplet: DF, 87 and CB. RGB value is (223,135,203). Sum of RGB (Red+Green+Blue) = 223+135+203=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87CB is #207834. Grayscale: #A8A8A8. Windows color (decimal): -2127925 or 13338591. OLE color: 13338591.

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

Color convert

RGB223135203-
CMYK00.390.090.13
HSL313.64º57.89%70.2%-
HSV(B)313.64º39.46%87.45%-
XYZ49.8737.3361.08-
YUV169.06147.15166.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 135 (53.12% from 255) = 24.06%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=39.75%
G=24.06%
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
Decimal22313520300.390.090.13313.6457.8970.2
HexDF87CB0279D13a3a46
Octal337207313047111547272106
Binary1101111110000111110010110100111100111011001110101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF87CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF87CB; }

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

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

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

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

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

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

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

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