#D86EDB

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

Shades of Orchid #D86EDB

Tints of Orchid #D86EDB

Color information

#D86EDB (or 0xD86EDB) is unknown color: approx Orchid. HEX triplet: D8, 6E and DB. RGB value is (216,110,219). Sum of RGB (Red+Green+Blue) = 216+110+219=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #D86EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EDB is #279124. Grayscale: #999999. Windows color (decimal): -2593061 or 14380760. OLE color: 14380760.

HSL color Cylindrical-coordinate representation of color #D86EDB: hue angle of 298.35º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86EDB is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216110219-
CMYK0.010.5000.14
HSL298.35º60.22%64.51%-
HSV(B)298.35º49.77%85.88%-
XYZ46.6830.8770.52-
YUV154.12164.62172.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 110 (43.36% from 255) = 20.18%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=39.63%
G=20.18%
B=40.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161102190.010.5000.14298.3560.2264.51
HexD86EDB1320E12a3c41
Octal33015633316201645274101
Binary110110001101110110110111110010011101001010101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86EDB; }

 p { color: rgb(216,110,219); }

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

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

 a { background-color: rgb(216,110,219); }

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

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

 span { border-color: rgb(216,110,219); }

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