#DC77EC

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

Shades of Heliotrope #DC77EC

Tints of Heliotrope #DC77EC

Color information

#DC77EC (or 0xDC77EC) is unknown color: approx Heliotrope. HEX triplet: DC, 77 and EC. RGB value is (220,119,236). Sum of RGB (Red+Green+Blue) = 220+119+236=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC77EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC77EC is #238813. Grayscale: #A2A2A2. Windows color (decimal): -2328596 or 15497180. OLE color: 15497180.

HSL color Cylindrical-coordinate representation of color #DC77EC: hue angle of 291.79º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC77EC is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220119236-
CMYK0.070.5000.07
HSL291.79º75.48%69.61%-
HSV(B)291.79º49.58%92.55%-
XYZ51.2534.4783.31-
YUV162.54169.46168.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 119 (46.88% from 255) = 20.70%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=38.26%
G=20.70%
B=41.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201192360.070.5000.07291.7975.4869.61
HexDC77EC732071244b46
Octal33416735476207444113106
Binary11011100111011111101100111110010011110010010010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC77EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC77EC; }

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

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

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

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

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

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

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

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