Shades of Heliotrope #CC44FF
Tints of Heliotrope #CC44FF
RGB
CMYK
RGB Variations
Color information
#CC44FF (or 0xCC44FF) is known color: Heliotrope. HEX triplet: CC, 44 and FF. RGB value is (204,68,255). Sum of RGB (Red+Green+Blue) = 204+68+255=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 68 (26.95% from 255 or 12.90% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC44FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC44FF is #33BB00. Grayscale: #818181. Windows color (decimal): -3390209 or 16729292. OLE color: 16729292.
HSL color Cylindrical-coordinate representation of color #CC44FF: hue angle of 283.64º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC44FF is Cyan = 0.2, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 68 | 255 | - |
| CMYK | 0.2 | 0.73 | 0 | 0 |
| HSL | 283.64º | 1% | 0.63% | - |
| HSV(B) | 283.64º | 0.73% | 1% | - |
| XYZ | 45.02 | 24.19 | 96.9 | - |
| YUV | 129.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 255 | 0.2 | 0.73 | 0 | 0 | 283.64 | 1 | 0.63 |
| Hex | CC | 44 | FF | 14 | 49 | 0 | 0 | 11C | 64 | 3F |
| Octal | 314 | 104 | 377 | 24 | 111 | 0 | 0 | 434 | 144 | 77 |
| Binary | 11001100 | 1000100 | 11111111 | 10100 | 1001001 | 0 | 0 | 100011100 | 1100100 | 111111 |
Color Harmonies of #CC44FF
Complementary color
Monochromatic Colors of #CC44FF
Black with #CC44FF
Text Example
Text Example
White with #CC44FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44FF; }
p { color: rgb(204,68,255); }
H1.HeaderClassName
{
color: #CC44FF;
}
.AnyTagClassName
{
color: #CC44FF;
}
</style>
background-color css
<style>
a { background-color: #CC44FF; }
a { background-color: rgb(204,68,255); }
div.DivClassName
{
background-color: #CC44FF;
}
.BgClassName
{
background-color: #CC44FF;
}
</style>
border-color css
<style>
span { border-color: #CC44FF; }
span { border-color: rgb(204,68,255); }
td.TdClassName
{
border-color: #CC44FF;
}
.TagClassName
{
border-color: #CC44FF;
}
</style>