#DC64EC

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

Shades of Heliotrope #DC64EC

Tints of Heliotrope #DC64EC

Color information

#DC64EC (or 0xDC64EC) is unknown color: approx Heliotrope. HEX triplet: DC, 64 and EC. RGB value is (220,100,236). Sum of RGB (Red+Green+Blue) = 220+100+236=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 100 (39.45% from 255 or 17.99% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC64EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC64EC is #239B13. Grayscale: #969696. Windows color (decimal): -2333460 or 15492316. OLE color: 15492316.

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

Color convert

RGB220100236-
CMYK0.070.5800.07
HSL292.94º78.16%65.88%-
HSV(B)292.94º57.63%92.55%-
XYZ49.2130.3982.63-
YUV151.38175.76176.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 100 (39.45% from 255) = 17.99%
BLUE value IS 236 (92.58% from 255) = 42.45%
R=39.57%
G=17.99%
B=42.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201002360.070.5800.07292.9478.1665.88
HexDC64EC73A071254e42
Octal33414435477207445116102
Binary11011100110010011101100111111010011110010010110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC64EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC64EC; }

 p { color: rgb(220,100,236); }

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

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

 a { background-color: rgb(220,100,236); }

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

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

 span { border-color: rgb(220,100,236); }

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