#d87ad0

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

Shades of Orchid #D87AD0

Tints of Orchid #D87AD0

Color information

#D87AD0 (or 0xD87AD0) is unknown color: approx Orchid. HEX triplet: D8, 7A and D0. RGB value is (216,122,208). Sum of RGB (Red+Green+Blue) = 216+122+208=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AD0 is #27852F. Grayscale: #9F9F9F. Windows color (decimal): -2590000 or 13662936. OLE color: 13662936.

HSL color Cylindrical-coordinate representation of color #D87AD0: hue angle of 305.11º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87AD0 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB216122208-
CMYK00.440.040.15
HSL305.11º54.65%66.27%-
HSV(B)305.11º43.52%84.71%-
XYZ46.6633.0763.6-
YUV159.91155.14168.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 122 (48.05% from 255) = 22.34%
BLUE value IS 208 (81.64% from 255) = 38.10%
R=39.56%
G=22.34%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612220800.440.040.15305.1154.6566.27
HexD87AD002C4F1313742
Octal33017232005441746167102
Binary11011000111101011010000010110010011111001100011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d87ad0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d87ad0; }

 p { color: rgb(216,122,208); }

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

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

 a { background-color: rgb(216,122,208); }

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

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

 span { border-color: rgb(216,122,208); }

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