#D87EDC

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

Shades of Orchid #D87EDC

Tints of Orchid #D87EDC

Color information

#D87EDC (or 0xD87EDC) is unknown color: approx Orchid. HEX triplet: D8, 7E and DC. RGB value is (216,126,220). Sum of RGB (Red+Green+Blue) = 216+126+220=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #D87EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EDC is #278123. Grayscale: #A3A3A3. Windows color (decimal): -2588964 or 14450392. OLE color: 14450392.

HSL color Cylindrical-coordinate representation of color #D87EDC: hue angle of 297.45º degrees, saturation: 0.57, 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 #D87EDC is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216126220-
CMYK0.020.4300.14
HSL297.45º57.32%67.84%-
HSV(B)297.45º42.73%86.27%-
XYZ48.734.6971.84-
YUV163.63159.82165.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 126 (49.61% from 255) = 22.42%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=38.43%
G=22.42%
B=39.15%

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
Decimal2161262200.020.4300.14297.4557.3267.84
HexD87EDC22B0E1293944
Octal33017633425301645171104
Binary1101100011111101101110010101011011101001010011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87EDC; }

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

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

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

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

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

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

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

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