#D87DCB

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

Shades of Orchid #D87DCB

Tints of Orchid #D87DCB

Color information

#D87DCB (or 0xD87DCB) is unknown color: approx Orchid. HEX triplet: D8, 7D and CB. RGB value is (216,125,203). Sum of RGB (Red+Green+Blue) = 216+125+203=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DCB is #278234. Grayscale: #A0A0A0. Windows color (decimal): -2589237 or 13336024. OLE color: 13336024.

HSL color Cylindrical-coordinate representation of color #D87DCB: hue angle of 308.57º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87DCB is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216125203-
CMYK00.420.060.15
HSL308.57º53.85%66.86%-
HSV(B)308.57º42.13%84.71%-
XYZ46.4333.5860.53-
YUV161.1151.65167.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.71%
GREEN value IS 125 (49.22% from 255) = 22.98%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=39.71%
G=22.98%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612520300.420.060.15308.5753.8566.86
HexD87DCB02A6F1353643
Octal33017531305261746566103
Binary11011000111110111001011010101011011111001101011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87DCB; }

 p { color: rgb(216,125,203); }

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

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

 a { background-color: rgb(216,125,203); }

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

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

 span { border-color: rgb(216,125,203); }

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