#DC64ED

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

Shades of Heliotrope #DC64ED

Tints of Heliotrope #DC64ED

Color information

#DC64ED (or 0xDC64ED) is unknown color: approx Heliotrope. HEX triplet: DC, 64 and ED. RGB value is (220,100,237). Sum of RGB (Red+Green+Blue) = 220+100+237=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 100 (39.45% from 255 or 17.95% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC64ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC64ED is #239B12. Grayscale: #979797. Windows color (decimal): -2333459 or 15557852. OLE color: 15557852.

HSL color Cylindrical-coordinate representation of color #DC64ED: hue angle of 292.55º degrees, saturation: 0.79, 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 #DC64ED is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220100237-
CMYK0.070.5800.07
HSL292.55º79.19%66.08%-
HSV(B)292.55º57.81%92.94%-
XYZ49.3630.4483.4-
YUV151.5176.26176.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 100 (39.45% from 255) = 17.95%
BLUE value IS 237 (92.97% from 255) = 42.55%
R=39.50%
G=17.95%
B=42.55%

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
Decimal2201002370.070.5800.07292.5579.1966.08
HexDC64ED73A071254f42
Octal33414435577207445117102
Binary11011100110010011101101111111010011110010010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC64ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC64ED; }

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

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

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

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

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

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

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

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