#D87CD3

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

Shades of Orchid #D87CD3

Tints of Orchid #D87CD3

Color information

#D87CD3 (or 0xD87CD3) is unknown color: approx Orchid. HEX triplet: D8, 7C and D3. RGB value is (216,124,211). Sum of RGB (Red+Green+Blue) = 216+124+211=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CD3 is #27832C. Grayscale: #A1A1A1. Windows color (decimal): -2589485 or 13860056. OLE color: 13860056.

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

Color convert

RGB216124211-
CMYK00.430.020.15
HSL303.26º54.12%66.67%-
HSV(B)303.26º42.59%84.71%-
XYZ47.2833.7265.64-
YUV161.43155.98166.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.20%
GREEN value IS 124 (48.83% from 255) = 22.50%
BLUE value IS 211 (82.81% from 255) = 38.29%
R=39.20%
G=22.50%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612421100.430.020.15303.2654.1266.67
HexD87CD302B2F12f3643
Octal33017432305321745766103
Binary1101100011111001101001101010111011111001011111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87CD3; }

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

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

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

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

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

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

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

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