#D86DDD

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

Shades of Orchid #D86DDD

Tints of Orchid #D86DDD

Color information

#D86DDD (or 0xD86DDD) is unknown color: approx Orchid. HEX triplet: D8, 6D and DD. RGB value is (216,109,221). Sum of RGB (Red+Green+Blue) = 216+109+221=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #D86DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DDD is #279222. Grayscale: #999999. Windows color (decimal): -2593315 or 14511576. OLE color: 14511576.

HSL color Cylindrical-coordinate representation of color #D86DDD: hue angle of 297.32º 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 #D86DDD is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216109221-
CMYK0.020.5100.13
HSL297.32º62.22%64.71%-
HSV(B)297.32º50.68%86.67%-
XYZ46.8430.7671.87-
YUV153.76165.95172.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 109 (42.97% from 255) = 19.96%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=39.56%
G=19.96%
B=40.48%

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
Decimal2161092210.020.5100.13297.3262.2264.71
HexD86DDD2330D1293e41
Octal33015533526301545176101
Binary1101100011011011101110110110011011011001010011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86DDD; }

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

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

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

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

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

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

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

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