#D86ADB

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

Shades of Orchid #D86ADB

Tints of Orchid #D86ADB

Color information

#D86ADB (or 0xD86ADB) is unknown color: approx Orchid. HEX triplet: D8, 6A and DB. RGB value is (216,106,219). Sum of RGB (Red+Green+Blue) = 216+106+219=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #D86ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ADB is #279524. Grayscale: #979797. Windows color (decimal): -2594085 or 14379736. OLE color: 14379736.

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

Color convert

RGB216106219-
CMYK0.010.5200.14
HSL298.41º61.08%63.73%-
HSV(B)298.41º51.6%85.88%-
XYZ46.2630.0270.37-
YUV151.77165.94173.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 106 (41.80% from 255) = 19.59%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=39.93%
G=19.59%
B=40.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161062190.010.5200.14298.4161.0863.73
HexD86ADB1340E12a3d40
Octal33015233316401645275100
Binary110110001101010110110111110100011101001010101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86ADB; }

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

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

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

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

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

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

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

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