#D87CDD

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

Shades of Orchid #D87CDD

Tints of Orchid #D87CDD

Color information

#D87CDD (or 0xD87CDD) is unknown color: approx Orchid. HEX triplet: D8, 7C and DD. RGB value is (216,124,221). Sum of RGB (Red+Green+Blue) = 216+124+221=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #D87CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CDD is #278322. Grayscale: #A2A2A2. Windows color (decimal): -2589475 or 14515416. OLE color: 14515416.

HSL color Cylindrical-coordinate representation of color #D87CDD: hue angle of 296.91º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87CDD is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216124221-
CMYK0.020.4400.13
HSL296.91º58.79%67.65%-
HSV(B)296.91º43.89%86.67%-
XYZ48.5834.2372.45-
YUV162.57160.98166.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 124 (48.83% from 255) = 22.10%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=38.50%
G=22.10%
B=39.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161242210.020.4400.13296.9158.7967.65
HexD87CDD22C0D1293b44
Octal33017433525401545173104
Binary1101100011111001101110110101100011011001010011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87CDD; }

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

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

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

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

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

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

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

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