#D87ED3

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

Shades of Orchid #D87ED3

Tints of Orchid #D87ED3

Color information

#D87ED3 (or 0xD87ED3) is unknown color: approx Orchid. HEX triplet: D8, 7E and D3. RGB value is (216,126,211). Sum of RGB (Red+Green+Blue) = 216+126+211=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ED3 is #27812C. Grayscale: #A2A2A2. Windows color (decimal): -2588973 or 13860568. OLE color: 13860568.

HSL color Cylindrical-coordinate representation of color #D87ED3: hue angle of 303.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87ED3 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB216126211-
CMYK00.420.020.15
HSL303.33º53.57%67.06%-
HSV(B)303.33º41.67%84.71%-
XYZ47.5434.2265.73-
YUV162.6155.32166.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 126 (49.61% from 255) = 22.78%
BLUE value IS 211 (82.81% from 255) = 38.16%
R=39.06%
G=22.78%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612621100.420.020.15303.3353.5767.06
HexD87ED302A2F12f3643
Octal33017632305221745766103
Binary1101100011111101101001101010101011111001011111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87ED3; }

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

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

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

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

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

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

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

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