#D87AE0

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

Shades of Orchid #D87AE0

Tints of Orchid #D87AE0

Color information

#D87AE0 (or 0xD87AE0) is unknown color: approx Orchid. HEX triplet: D8, 7A and E0. RGB value is (216,122,224). Sum of RGB (Red+Green+Blue) = 216+122+224=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #D87AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AE0 is #27851F. Grayscale: #A1A1A1. Windows color (decimal): -2589984 or 14711512. OLE color: 14711512.

HSL color Cylindrical-coordinate representation of color #D87AE0: hue angle of 295.29º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D87AE0 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB216122224-
CMYK0.040.4600.12
HSL295.29º62.2%67.84%-
HSV(B)295.29º45.54%87.84%-
XYZ48.7333.974.5-
YUV161.73163.14166.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 122 (48.05% from 255) = 21.71%
BLUE value IS 224 (87.89% from 255) = 39.86%
R=38.43%
G=21.71%
B=39.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2161222240.040.4600.12295.2962.267.84
HexD87AE042E0C1273e44
Octal33017234045601444776104
Binary11011000111101011100000100101110011001001001111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87AE0; }

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

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

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

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

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

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

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

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