#D081EC

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

Shades of Heliotrope #D081EC

Tints of Heliotrope #D081EC

Color information

#D081EC (or 0xD081EC) is unknown color: approx Heliotrope. HEX triplet: D0, 81 and EC. RGB value is (208,129,236). Sum of RGB (Red+Green+Blue) = 208+129+236=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #D081EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081EC is #2F7E13. Grayscale: #A4A4A4. Windows color (decimal): -3112468 or 15499728. OLE color: 15499728.

HSL color Cylindrical-coordinate representation of color #D081EC: hue angle of 284.3º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D081EC is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208129236-
CMYK0.120.4500.07
HSL284.3º73.79%71.57%-
HSV(B)284.3º45.34%92.55%-
XYZ4935.1783.56-
YUV164.82168.17158.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 129 (50.78% from 255) = 22.51%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=36.30%
G=22.51%
B=41.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081292360.120.4500.07284.373.7971.57
HexD081ECC2D0711c4a48
Octal320201354145507434112110
Binary1101000010000001111011001100101101011110001110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081EC; }

 p { color: rgb(208,129,236); }

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

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

 a { background-color: rgb(208,129,236); }

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

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

 span { border-color: rgb(208,129,236); }

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