#D87DC8

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

Shades of Orchid #D87DC8

Tints of Orchid #D87DC8

Color information

#D87DC8 (or 0xD87DC8) is unknown color: approx Orchid. HEX triplet: D8, 7D and C8. RGB value is (216,125,200). Sum of RGB (Red+Green+Blue) = 216+125+200=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DC8 is #278237. Grayscale: #A0A0A0. Windows color (decimal): -2589240 or 13139416. OLE color: 13139416.

HSL color Cylindrical-coordinate representation of color #D87DC8: hue angle of 310.55º 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 #D87DC8 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB216125200-
CMYK00.420.070.15
HSL310.55º53.85%66.86%-
HSV(B)310.55º42.13%84.71%-
XYZ46.0833.4458.67-
YUV160.76150.15167.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 200 (78.52% from 255) = 36.97%
R=39.93%
G=23.11%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612520000.420.070.15310.5553.8566.86
HexD87DC802A7F1373643
Octal33017531005271746766103
Binary11011000111110111001000010101011111111001101111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87DC8; }

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

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

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

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

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

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

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

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