#D87EC1

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

Shades of Orchid #D87EC1

Tints of Orchid #D87EC1

Color information

#D87EC1 (or 0xD87EC1) is unknown color: approx Orchid. HEX triplet: D8, 7E and C1. RGB value is (216,126,193). Sum of RGB (Red+Green+Blue) = 216+126+193=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EC1 is #27813E. Grayscale: #A0A0A0. Windows color (decimal): -2588991 or 12680920. OLE color: 12680920.

HSL color Cylindrical-coordinate representation of color #D87EC1: hue angle of 315.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 #D87EC1 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB216126193-
CMYK00.420.110.15
HSL315.33º53.57%67.06%-
HSV(B)315.33º41.67%84.71%-
XYZ45.4133.3754.5-
YUV160.55146.32167.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 126 (49.61% from 255) = 23.55%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=40.37%
G=23.55%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612619300.420.110.15315.3353.5767.06
HexD87EC102ABF13b3643
Octal330176301052131747366103
Binary110110001111110110000010101010101111111001110111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87EC1; }

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

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

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

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

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

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

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

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