#D16AEC

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

Shades of Heliotrope #D16AEC

Tints of Heliotrope #D16AEC

Color information

#D16AEC (or 0xD16AEC) is unknown color: approx Heliotrope. HEX triplet: D1, 6A and EC. RGB value is (209,106,236). Sum of RGB (Red+Green+Blue) = 209+106+236=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #D16AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16AEC is #2E9513. Grayscale: #979797. Windows color (decimal): -3052820 or 15493841. OLE color: 15493841.

HSL color Cylindrical-coordinate representation of color #D16AEC: hue angle of 287.54º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D16AEC is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209106236-
CMYK0.110.5500.07
HSL287.54º77.38%67.06%-
HSV(B)287.54º55.08%92.55%-
XYZ46.5929.9282.68-
YUV151.62175.62168.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 106 (41.80% from 255) = 19.24%
BLUE value IS 236 (92.58% from 255) = 42.83%
R=37.93%
G=19.24%
B=42.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091062360.110.5500.07287.5477.3867.06
HexD16AECB37071204d43
Octal321152354136707440115103
Binary110100011101010111011001011110111011110010000010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16AEC; }

 p { color: rgb(209,106,236); }

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

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

 a { background-color: rgb(209,106,236); }

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

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

 span { border-color: rgb(209,106,236); }

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