Shades of Heliotrope #CC5CFF
Tints of Heliotrope #CC5CFF
RGB
CMYK
RGB Variations
Color information
#CC5CFF (or 0xCC5CFF) is known color: Heliotrope. HEX triplet: CC, 5C and FF. RGB value is (204,92,255). Sum of RGB (Red+Green+Blue) = 204+92+255=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 92 (36.33% from 255 or 16.70% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5CFF is #33A300. Grayscale: #8F8F8F. Windows color (decimal): -3384065 or 16735436. OLE color: 16735436.
HSL color Cylindrical-coordinate representation of color #CC5CFF: hue angle of 281.23º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC5CFF is Cyan = 0.2, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 92 | 255 | - |
| CMYK | 0.2 | 0.64 | 0 | 0 |
| HSL | 281.23º | 1% | 0.68% | - |
| HSV(B) | 281.23º | 0.64% | 1% | - |
| XYZ | 46.78 | 27.71 | 97.49 | - |
| YUV | 144.07 | 190.61 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 255 | 0.2 | 0.64 | 0 | 0 | 281.23 | 1 | 0.68 |
| Hex | CC | 5C | FF | 14 | 40 | 0 | 0 | 119 | 64 | 44 |
| Octal | 314 | 134 | 377 | 24 | 100 | 0 | 0 | 431 | 144 | 104 |
| Binary | 11001100 | 1011100 | 11111111 | 10100 | 1000000 | 0 | 0 | 100011001 | 1100100 | 1000100 |
Color Harmonies of #CC5CFF
Complementary color
Monochromatic Colors of #CC5CFF
Black with #CC5CFF
Text Example
Text Example
White with #CC5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CFF; }
p { color: rgb(204,92,255); }
H1.HeaderClassName
{
color: #CC5CFF;
}
.AnyTagClassName
{
color: #CC5CFF;
}
</style>
background-color css
<style>
a { background-color: #CC5CFF; }
a { background-color: rgb(204,92,255); }
div.DivClassName
{
background-color: #CC5CFF;
}
.BgClassName
{
background-color: #CC5CFF;
}
</style>
border-color css
<style>
span { border-color: #CC5CFF; }
span { border-color: rgb(204,92,255); }
td.TdClassName
{
border-color: #CC5CFF;
}
.TagClassName
{
border-color: #CC5CFF;
}
</style>