Shades of Heliotrope #CC49FF
Tints of Heliotrope #CC49FF
RGB
CMYK
RGB Variations
Color information
#CC49FF (or 0xCC49FF) is known color: Heliotrope. HEX triplet: CC, 49 and FF. RGB value is (204,73,255). Sum of RGB (Red+Green+Blue) = 204+73+255=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 73 (28.91% from 255 or 13.72% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC49FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC49FF is #33B600. Grayscale: #848484. Windows color (decimal): -3388929 or 16730572. OLE color: 16730572.
HSL color Cylindrical-coordinate representation of color #CC49FF: hue angle of 283.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC49FF is Cyan = 0.2, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 73 | 255 | - |
| CMYK | 0.2 | 0.71 | 0 | 0 |
| HSL | 283.19º | 1% | 0.64% | - |
| HSV(B) | 283.19º | 0.71% | 1% | - |
| XYZ | 45.33 | 24.82 | 97.01 | - |
| YUV | 132.92 | 196.9 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 255 | 0.2 | 0.71 | 0 | 0 | 283.19 | 1 | 0.64 |
| Hex | CC | 49 | FF | 14 | 47 | 0 | 0 | 11B | 64 | 40 |
| Octal | 314 | 111 | 377 | 24 | 107 | 0 | 0 | 433 | 144 | 100 |
| Binary | 11001100 | 1001001 | 11111111 | 10100 | 1000111 | 0 | 0 | 100011011 | 1100100 | 1000000 |
Color Harmonies of #CC49FF
Complementary color
Monochromatic Colors of #CC49FF
Black with #CC49FF
Text Example
Text Example
White with #CC49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49FF; }
p { color: rgb(204,73,255); }
H1.HeaderClassName
{
color: #CC49FF;
}
.AnyTagClassName
{
color: #CC49FF;
}
</style>
background-color css
<style>
a { background-color: #CC49FF; }
a { background-color: rgb(204,73,255); }
div.DivClassName
{
background-color: #CC49FF;
}
.BgClassName
{
background-color: #CC49FF;
}
</style>
border-color css
<style>
span { border-color: #CC49FF; }
span { border-color: rgb(204,73,255); }
td.TdClassName
{
border-color: #CC49FF;
}
.TagClassName
{
border-color: #CC49FF;
}
</style>