Shades of Heliotrope #CC5FFF
Tints of Heliotrope #CC5FFF
RGB
CMYK
RGB Variations
Color information
#CC5FFF (or 0xCC5FFF) is known color: Heliotrope. HEX triplet: CC, 5F and FF. RGB value is (204,95,255). Sum of RGB (Red+Green+Blue) = 204+95+255=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 95 (37.5% from 255 or 17.15% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC5FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5FFF is #33A000. Grayscale: #919191. Windows color (decimal): -3383297 or 16736204. OLE color: 16736204.
HSL color Cylindrical-coordinate representation of color #CC5FFF: hue angle of 280.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC5FFF is Cyan = 0.2, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 95 | 255 | - |
| CMYK | 0.2 | 0.63 | 0 | 0 |
| HSL | 280.88º | 1% | 0.69% | - |
| HSV(B) | 280.88º | 0.63% | 1% | - |
| XYZ | 47.04 | 28.24 | 97.58 | - |
| YUV | 145.83 | 189.61 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 255 | 0.2 | 0.63 | 0 | 0 | 280.88 | 1 | 0.69 |
| Hex | CC | 5F | FF | 14 | 3F | 0 | 0 | 119 | 64 | 45 |
| Octal | 314 | 137 | 377 | 24 | 77 | 0 | 0 | 431 | 144 | 105 |
| Binary | 11001100 | 1011111 | 11111111 | 10100 | 111111 | 0 | 0 | 100011001 | 1100100 | 1000101 |
Color Harmonies of #CC5FFF
Complementary color
Monochromatic Colors of #CC5FFF
Black with #CC5FFF
Text Example
Text Example
White with #CC5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5FFF; }
p { color: rgb(204,95,255); }
H1.HeaderClassName
{
color: #CC5FFF;
}
.AnyTagClassName
{
color: #CC5FFF;
}
</style>
background-color css
<style>
a { background-color: #CC5FFF; }
a { background-color: rgb(204,95,255); }
div.DivClassName
{
background-color: #CC5FFF;
}
.BgClassName
{
background-color: #CC5FFF;
}
</style>
border-color css
<style>
span { border-color: #CC5FFF; }
span { border-color: rgb(204,95,255); }
td.TdClassName
{
border-color: #CC5FFF;
}
.TagClassName
{
border-color: #CC5FFF;
}
</style>