#D87BDC

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

Shades of Orchid #D87BDC

Tints of Orchid #D87BDC

Color information

#D87BDC (or 0xD87BDC) is unknown color: approx Orchid. HEX triplet: D8, 7B and DC. RGB value is (216,123,220). Sum of RGB (Red+Green+Blue) = 216+123+220=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #D87BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BDC is #278423. Grayscale: #A1A1A1. Windows color (decimal): -2589732 or 14449624. OLE color: 14449624.

HSL color Cylindrical-coordinate representation of color #D87BDC: hue angle of 297.53º 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 #D87BDC is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216123220-
CMYK0.020.4400.14
HSL297.53º58.08%67.25%-
HSV(B)297.53º44.09%86.27%-
XYZ48.3233.9371.71-
YUV161.86160.81166.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 123 (48.44% from 255) = 22.00%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=38.64%
G=22.00%
B=39.36%

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
Decimal2161232200.020.4400.14297.5358.0867.25
HexD87BDC22C0E12a3a43
Octal33017333425401645272103
Binary1101100011110111101110010101100011101001010101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87BDC; }

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

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

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

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

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

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

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

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