#D86DCD

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

Shades of Orchid #D86DCD

Tints of Orchid #D86DCD

Color information

#D86DCD (or 0xD86DCD) is unknown color: approx Orchid. HEX triplet: D8, 6D and CD. RGB value is (216,109,205). Sum of RGB (Red+Green+Blue) = 216+109+205=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DCD is #279232. Grayscale: #979797. Windows color (decimal): -2593331 or 13463000. OLE color: 13463000.

HSL color Cylindrical-coordinate representation of color #D86DCD: hue angle of 306.17º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86DCD is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216109205-
CMYK00.500.050.15
HSL306.17º57.84%63.73%-
HSV(B)306.17º49.54%84.71%-
XYZ44.8129.9461.18-
YUV151.94157.95173.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.75%
GREEN value IS 109 (42.97% from 255) = 20.57%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=40.75%
G=20.57%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610920500.500.050.15306.1757.8463.73
HexD86DCD0325F1323a40
Octal33015531506251746272100
Binary11011000110110111001101011001010111111001100101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86DCD; }

 p { color: rgb(216,109,205); }

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

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

 a { background-color: rgb(216,109,205); }

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

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

 span { border-color: rgb(216,109,205); }

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