Shades of Heliotrope #CC5CFE
Tints of Heliotrope #CC5CFE
RGB
CMYK
RGB Variations
Color information
#CC5CFE (or 0xCC5CFE) is known color: Heliotrope. HEX triplet: CC, 5C and FE. RGB value is (204,92,254). Sum of RGB (Red+Green+Blue) = 204+92+254=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 92 (36.33% from 255 or 16.73% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC5CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5CFE is #33A301. Grayscale: #8F8F8F. Windows color (decimal): -3384066 or 16669900. OLE color: 16669900.
HSL color Cylindrical-coordinate representation of color #CC5CFE: hue angle of 281.48º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC5CFE is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 92 | 254 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.00 |
| HSL | 281.48º | 0.99% | 0.68% | - |
| HSV(B) | 281.48º | 0.64% | 1% | - |
| XYZ | 46.62 | 27.65 | 96.65 | - |
| YUV | 143.96 | 190.11 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 254 | 0.20 | 0.64 | 0 | 0.00 | 281.48 | 0.99 | 0.68 |
| Hex | CC | 5C | FE | 14 | 40 | 0 | 0 | 119 | 63 | 44 |
| Octal | 314 | 134 | 376 | 24 | 100 | 0 | 0 | 431 | 143 | 104 |
| Binary | 11001100 | 1011100 | 11111110 | 10100 | 1000000 | 0 | 0 | 100011001 | 1100011 | 1000100 |
Color Harmonies of #CC5CFE
Complementary color
Monochromatic Colors of #CC5CFE
Black with #CC5CFE
Text Example
Text Example
White with #CC5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CFE; }
p { color: rgb(204,92,254); }
H1.HeaderClassName
{
color: #CC5CFE;
}
.AnyTagClassName
{
color: #CC5CFE;
}
</style>
background-color css
<style>
a { background-color: #CC5CFE; }
a { background-color: rgb(204,92,254); }
div.DivClassName
{
background-color: #CC5CFE;
}
.BgClassName
{
background-color: #CC5CFE;
}
</style>
border-color css
<style>
span { border-color: #CC5CFE; }
span { border-color: rgb(204,92,254); }
td.TdClassName
{
border-color: #CC5CFE;
}
.TagClassName
{
border-color: #CC5CFE;
}
</style>