#D87BC8

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

Shades of Orchid #D87BC8

Tints of Orchid #D87BC8

Color information

#D87BC8 (or 0xD87BC8) is unknown color: approx Orchid. HEX triplet: D8, 7B and C8. RGB value is (216,123,200). Sum of RGB (Red+Green+Blue) = 216+123+200=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BC8 is #278437. Grayscale: #9F9F9F. Windows color (decimal): -2589752 or 13138904. OLE color: 13138904.

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

Color convert

RGB216123200-
CMYK00.430.070.15
HSL310.32º54.39%66.47%-
HSV(B)310.32º43.06%84.71%-
XYZ45.8332.9358.59-
YUV159.58150.81168.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 123 (48.44% from 255) = 22.82%
BLUE value IS 200 (78.52% from 255) = 37.11%
R=40.07%
G=22.82%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612320000.430.070.15310.3254.3966.47
HexD87BC802B7F1363642
Octal33017331005371746666102
Binary11011000111101111001000010101111111111001101101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87BC8; }

 p { color: rgb(216,123,200); }

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

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

 a { background-color: rgb(216,123,200); }

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

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

 span { border-color: rgb(216,123,200); }

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