#D87DDC

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

Shades of Orchid #D87DDC

Tints of Orchid #D87DDC

Color information

#D87DDC (or 0xD87DDC) is unknown color: approx Orchid. HEX triplet: D8, 7D and DC. RGB value is (216,125,220). Sum of RGB (Red+Green+Blue) = 216+125+220=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #D87DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DDC is #278223. Grayscale: #A2A2A2. Windows color (decimal): -2589220 or 14450136. OLE color: 14450136.

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

Color convert

RGB216125220-
CMYK0.020.4300.14
HSL297.47º57.58%67.65%-
HSV(B)297.47º43.18%86.27%-
XYZ48.5734.4371.8-
YUV163.04160.15165.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 125 (49.22% from 255) = 22.28%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=38.50%
G=22.28%
B=39.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161252200.020.4300.14297.4757.5867.65
HexD87DDC22B0E1293a44
Octal33017533425301645172104
Binary1101100011111011101110010101011011101001010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87DDC; }

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

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

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

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

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

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

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

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