#D87ADF

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

Shades of Orchid #D87ADF

Tints of Orchid #D87ADF

Color information

#D87ADF (or 0xD87ADF) is unknown color: approx Orchid. HEX triplet: D8, 7A and DF. RGB value is (216,122,223). Sum of RGB (Red+Green+Blue) = 216+122+223=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #D87ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ADF is #278520. Grayscale: #A1A1A1. Windows color (decimal): -2589985 or 14645976. OLE color: 14645976.

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

Color convert

RGB216122223-
CMYK0.030.4500.13
HSL295.84º61.21%67.65%-
HSV(B)295.84º45.29%87.45%-
XYZ48.633.8573.78-
YUV161.62162.64166.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 122 (48.05% from 255) = 21.75%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=38.50%
G=21.75%
B=39.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161222230.030.4500.13295.8461.2167.65
HexD87ADF32D0D1283d44
Octal33017233735501545075104
Binary1101100011110101101111111101101011011001010001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87ADF; }

 p { color: rgb(216,122,223); }

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

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

 a { background-color: rgb(216,122,223); }

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

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

 span { border-color: rgb(216,122,223); }

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