#D466EC

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

Shades of Heliotrope #D466EC

Tints of Heliotrope #D466EC

Color information

#D466EC (or 0xD466EC) is unknown color: approx Heliotrope. HEX triplet: D4, 66 and EC. RGB value is (212,102,236). Sum of RGB (Red+Green+Blue) = 212+102+236=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #D466EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466EC is #2B9913. Grayscale: #959595. Windows color (decimal): -2857236 or 15492820. OLE color: 15492820.

HSL color Cylindrical-coordinate representation of color #D466EC: hue angle of 289.25º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D466EC is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212102236-
CMYK0.100.5700.07
HSL289.25º77.91%66.27%-
HSV(B)289.25º56.78%92.55%-
XYZ47.0429.5682.58-
YUV150.17176.44172.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 102 (40.23% from 255) = 18.55%
BLUE value IS 236 (92.58% from 255) = 42.91%
R=38.55%
G=18.55%
B=42.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121022360.100.5700.07289.2577.9166.27
HexD466ECA39071214e42
Octal324146354127107441116102
Binary110101001100110111011001010111001011110010000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D466EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D466EC; }

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

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

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

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

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

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

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

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