#D86CDB

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

Shades of Orchid #D86CDB

Tints of Orchid #D86CDB

Color information

#D86CDB (or 0xD86CDB) is unknown color: approx Orchid. HEX triplet: D8, 6C and DB. RGB value is (216,108,219). Sum of RGB (Red+Green+Blue) = 216+108+219=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #D86CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CDB is #279324. Grayscale: #989898. Windows color (decimal): -2593573 or 14380248. OLE color: 14380248.

HSL color Cylindrical-coordinate representation of color #D86CDB: hue angle of 298.38º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86CDB is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216108219-
CMYK0.010.5100.14
HSL298.38º60.66%64.12%-
HSV(B)298.38º50.68%85.88%-
XYZ46.4730.4470.44-
YUV152.95165.28172.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 108 (42.58% from 255) = 19.89%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=39.78%
G=19.89%
B=40.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161082190.010.5100.14298.3860.6664.12
HexD86CDB1330E12a3d40
Octal33015433316301645275100
Binary110110001101100110110111110011011101001010101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86CDB; }

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

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

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

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

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

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

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

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