#D86CDD

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

Shades of Orchid #D86CDD

Tints of Orchid #D86CDD

Color information

#D86CDD (or 0xD86CDD) is unknown color: approx Orchid. HEX triplet: D8, 6C and DD. RGB value is (216,108,221). Sum of RGB (Red+Green+Blue) = 216+108+221=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #D86CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CDD is #279322. Grayscale: #989898. Windows color (decimal): -2593571 or 14511320. OLE color: 14511320.

HSL color Cylindrical-coordinate representation of color #D86CDD: hue angle of 297.35º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86CDD is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216108221-
CMYK0.020.5100.13
HSL297.35º62.43%64.51%-
HSV(B)297.35º51.13%86.67%-
XYZ46.7330.5471.84-
YUV153.17166.28172.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 108 (42.58% from 255) = 19.82%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=39.63%
G=19.82%
B=40.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161082210.020.5100.13297.3562.4364.51
HexD86CDD2330D1293e41
Octal33015433526301545176101
Binary1101100011011001101110110110011011011001010011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86CDD; }

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

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

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

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

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

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

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

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