Shades of Heliotrope #CC5CF8
Tints of Heliotrope #CC5CF8
RGB
CMYK
RGB Variations
Color information
#CC5CF8 (or 0xCC5CF8) is known color: Heliotrope. HEX triplet: CC, 5C and F8. RGB value is (204,92,248). Sum of RGB (Red+Green+Blue) = 204+92+248=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC5CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5CF8 is #33A307. Grayscale: #8E8E8E. Windows color (decimal): -3384072 or 16276684. OLE color: 16276684.
HSL color Cylindrical-coordinate representation of color #CC5CF8: hue angle of 283.08º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC5CF8 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 92 | 248 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.03 |
| HSL | 283.08º | 0.92% | 0.67% | - |
| HSV(B) | 283.08º | 0.63% | 0.97% | - |
| XYZ | 45.67 | 27.27 | 91.66 | - |
| YUV | 143.27 | 187.11 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 248 | 0.18 | 0.63 | 0 | 0.03 | 283.08 | 0.92 | 0.67 |
| Hex | CC | 5C | F8 | 12 | 3F | 0 | 3 | 11B | 5C | 43 |
| Octal | 314 | 134 | 370 | 22 | 77 | 0 | 3 | 433 | 134 | 103 |
| Binary | 11001100 | 1011100 | 11111000 | 10010 | 111111 | 0 | 11 | 100011011 | 1011100 | 1000011 |
Color Harmonies of #CC5CF8
Complementary color
Monochromatic Colors of #CC5CF8
Black with #CC5CF8
Text Example
Text Example
White with #CC5CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CF8; }
p { color: rgb(204,92,248); }
H1.HeaderClassName
{
color: #CC5CF8;
}
.AnyTagClassName
{
color: #CC5CF8;
}
</style>
background-color css
<style>
a { background-color: #CC5CF8; }
a { background-color: rgb(204,92,248); }
div.DivClassName
{
background-color: #CC5CF8;
}
.BgClassName
{
background-color: #CC5CF8;
}
</style>
border-color css
<style>
span { border-color: #CC5CF8; }
span { border-color: rgb(204,92,248); }
td.TdClassName
{
border-color: #CC5CF8;
}
.TagClassName
{
border-color: #CC5CF8;
}
</style>