Shades of Heliotrope #CC49FE
Tints of Heliotrope #CC49FE
RGB
CMYK
RGB Variations
Color information
#CC49FE (or 0xCC49FE) is known color: Heliotrope. HEX triplet: CC, 49 and FE. RGB value is (204,73,254). Sum of RGB (Red+Green+Blue) = 204+73+254=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 73 (28.91% from 255 or 13.75% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC49FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC49FE is #33B601. Grayscale: #848484. Windows color (decimal): -3388930 or 16665036. OLE color: 16665036.
HSL color Cylindrical-coordinate representation of color #CC49FE: hue angle of 283.43º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC49FE is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 73 | 254 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.00 |
| HSL | 283.43º | 0.99% | 0.64% | - |
| HSV(B) | 283.43º | 0.71% | 1% | - |
| XYZ | 45.17 | 24.76 | 96.16 | - |
| YUV | 132.8 | 196.4 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 254 | 0.20 | 0.71 | 0 | 0.00 | 283.43 | 0.99 | 0.64 |
| Hex | CC | 49 | FE | 14 | 47 | 0 | 0 | 11B | 63 | 40 |
| Octal | 314 | 111 | 376 | 24 | 107 | 0 | 0 | 433 | 143 | 100 |
| Binary | 11001100 | 1001001 | 11111110 | 10100 | 1000111 | 0 | 0 | 100011011 | 1100011 | 1000000 |
Color Harmonies of #CC49FE
Complementary color
Monochromatic Colors of #CC49FE
Black with #CC49FE
Text Example
Text Example
White with #CC49FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49FE; }
p { color: rgb(204,73,254); }
H1.HeaderClassName
{
color: #CC49FE;
}
.AnyTagClassName
{
color: #CC49FE;
}
</style>
background-color css
<style>
a { background-color: #CC49FE; }
a { background-color: rgb(204,73,254); }
div.DivClassName
{
background-color: #CC49FE;
}
.BgClassName
{
background-color: #CC49FE;
}
</style>
border-color css
<style>
span { border-color: #CC49FE; }
span { border-color: rgb(204,73,254); }
td.TdClassName
{
border-color: #CC49FE;
}
.TagClassName
{
border-color: #CC49FE;
}
</style>