#D87CDA

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

Shades of Orchid #D87CDA

Tints of Orchid #D87CDA

Color information

#D87CDA (or 0xD87CDA) is unknown color: approx Orchid. HEX triplet: D8, 7C and DA. RGB value is (216,124,218). Sum of RGB (Red+Green+Blue) = 216+124+218=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #D87CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CDA is #278325. Grayscale: #A1A1A1. Windows color (decimal): -2589478 or 14318808. OLE color: 14318808.

HSL color Cylindrical-coordinate representation of color #D87CDA: hue angle of 298.72º degrees, saturation: 0.56, 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 #D87CDA is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216124218-
CMYK0.010.4300.15
HSL298.72º55.95%67.06%-
HSV(B)298.72º43.12%85.49%-
XYZ48.1834.0870.37-
YUV162.22159.48166.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.71%
GREEN value IS 124 (48.83% from 255) = 22.22%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=38.71%
G=22.22%
B=39.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161242180.010.4300.15298.7255.9567.06
HexD87CDA12B0F12b3843
Octal33017433215301745370103
Binary110110001111100110110101101011011111001010111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87CDA; }

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

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

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

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

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

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

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

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