#D87EDE

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

Shades of Orchid #D87EDE

Tints of Orchid #D87EDE

Color information

#D87EDE (or 0xD87EDE) is unknown color: approx Orchid. HEX triplet: D8, 7E and DE. RGB value is (216,126,222). Sum of RGB (Red+Green+Blue) = 216+126+222=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #D87EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EDE is #278121. Grayscale: #A3A3A3. Windows color (decimal): -2588962 or 14581464. OLE color: 14581464.

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

Color convert

RGB216126222-
CMYK0.030.4300.13
HSL296.25º59.26%68.24%-
HSV(B)296.25º43.24%87.06%-
XYZ48.9634.7973.24-
YUV163.85160.82165.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 126 (49.61% from 255) = 22.34%
BLUE value IS 222 (87.11% from 255) = 39.36%
R=38.30%
G=22.34%
B=39.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161262220.030.4300.13296.2559.2668.24
HexD87EDE32B0D1283b44
Octal33017633635301545073104
Binary1101100011111101101111011101011011011001010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87EDE; }

 p { color: rgb(216,126,222); }

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

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

 a { background-color: rgb(216,126,222); }

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

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

 span { border-color: rgb(216,126,222); }

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