#D481EC

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

Shades of Heliotrope #D481EC

Tints of Heliotrope #D481EC

Color information

#D481EC (or 0xD481EC) is unknown color: approx Heliotrope. HEX triplet: D4, 81 and EC. RGB value is (212,129,236). Sum of RGB (Red+Green+Blue) = 212+129+236=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #D481EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D481EC is #2B7E13. Grayscale: #A5A5A5. Windows color (decimal): -2850324 or 15499732. OLE color: 15499732.

HSL color Cylindrical-coordinate representation of color #D481EC: hue angle of 286.54º 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 #D481EC is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212129236-
CMYK0.100.4500.07
HSL286.54º73.79%71.57%-
HSV(B)286.54º45.34%92.55%-
XYZ50.1435.7583.62-
YUV166.02167.5160.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.74%
GREEN value IS 129 (50.78% from 255) = 22.36%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=36.74%
G=22.36%
B=40.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121292360.100.4500.07286.5473.7971.57
HexD481ECA2D0711f4a48
Octal324201354125507437112110
Binary1101010010000001111011001010101101011110001111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D481EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D481EC; }

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

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

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

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

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

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

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

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