#D87CDC

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

Shades of Orchid #D87CDC

Tints of Orchid #D87CDC

Color information

#D87CDC (or 0xD87CDC) is unknown color: approx Orchid. HEX triplet: D8, 7C and DC. RGB value is (216,124,220). Sum of RGB (Red+Green+Blue) = 216+124+220=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #D87CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CDC is #278323. Grayscale: #A2A2A2. Windows color (decimal): -2589476 or 14449880. OLE color: 14449880.

HSL color Cylindrical-coordinate representation of color #D87CDC: hue angle of 297.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87CDC is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216124220-
CMYK0.020.4400.14
HSL297.5º57.83%67.45%-
HSV(B)297.5º43.64%86.27%-
XYZ48.4434.1871.75-
YUV162.45160.48166.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 124 (48.83% from 255) = 22.14%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=38.57%
G=22.14%
B=39.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161242200.020.4400.14297.557.8367.45
HexD87CDC22C0E12a3a43
Octal33017433425401645272103
Binary1101100011111001101110010101100011101001010101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87CDC; }

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

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

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

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

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

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

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

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