#D87CC0

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

Shades of Orchid #D87CC0

Tints of Orchid #D87CC0

Color information

#D87CC0 (or 0xD87CC0) is unknown color: approx Orchid. HEX triplet: D8, 7C and C0. RGB value is (216,124,192). Sum of RGB (Red+Green+Blue) = 216+124+192=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CC0 is #27833F. Grayscale: #9F9F9F. Windows color (decimal): -2589504 or 12614872. OLE color: 12614872.

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

Color convert

RGB216124192-
CMYK00.430.110.15
HSL315.65º54.12%66.67%-
HSV(B)315.65º42.59%84.71%-
XYZ45.0432.8253.83-
YUV159.26146.48168.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 124 (48.83% from 255) = 23.31%
BLUE value IS 192 (75.39% from 255) = 36.09%
R=40.60%
G=23.31%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612419200.430.110.15315.6554.1266.67
HexD87CC002BBF13c3643
Octal330174300053131747466103
Binary110110001111100110000000101011101111111001111001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87CC0; }

 p { color: rgb(216,124,192); }

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

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

 a { background-color: rgb(216,124,192); }

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

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

 span { border-color: rgb(216,124,192); }

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