#D86ADD

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

Shades of Orchid #D86ADD

Tints of Orchid #D86ADD

Color information

#D86ADD (or 0xD86ADD) is unknown color: approx Orchid. HEX triplet: D8, 6A and DD. RGB value is (216,106,221). Sum of RGB (Red+Green+Blue) = 216+106+221=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #D86ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ADD is #279522. Grayscale: #979797. Windows color (decimal): -2594083 or 14510808. OLE color: 14510808.

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

Color convert

RGB216106221-
CMYK0.020.5200.13
HSL297.39º62.84%64.12%-
HSV(B)297.39º52.04%86.67%-
XYZ46.5230.1371.77-
YUV152166.94173.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 106 (41.80% from 255) = 19.52%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=39.78%
G=19.52%
B=40.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161062210.020.5200.13297.3962.8464.12
HexD86ADD2340D1293f40
Octal33015233526401545177100
Binary1101100011010101101110110110100011011001010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86ADD; }

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

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

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

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

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

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

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

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