#D86DDA

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

Shades of Orchid #D86DDA

Tints of Orchid #D86DDA

Color information

#D86DDA (or 0xD86DDA) is unknown color: approx Orchid. HEX triplet: D8, 6D and DA. RGB value is (216,109,218). Sum of RGB (Red+Green+Blue) = 216+109+218=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #D86DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DDA is #279225. Grayscale: #999999. Windows color (decimal): -2593318 or 14314968. OLE color: 14314968.

HSL color Cylindrical-coordinate representation of color #D86DDA: hue angle of 298.9º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86DDA is Cyan = 0.01, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216109218-
CMYK0.010.500.15
HSL298.9º59.56%64.12%-
HSV(B)298.9º50%85.49%-
XYZ46.4430.669.79-
YUV153.42164.45172.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 109 (42.97% from 255) = 20.07%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=39.78%
G=20.07%
B=40.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161092180.010.500.15298.959.5664.12
HexD86DDA1320F12b3c40
Octal33015533216201745374100
Binary110110001101101110110101110010011111001010111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86DDA; }

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

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

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

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

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

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

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

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