Shades of Heliotrope #CC5CF1
Tints of Heliotrope #CC5CF1
RGB
CMYK
RGB Variations
Color information
#CC5CF1 (or 0xCC5CF1) is known color: Heliotrope. HEX triplet: CC, 5C and F1. RGB value is (204,92,241). Sum of RGB (Red+Green+Blue) = 204+92+241=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC5CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5CF1 is #33A30E. Grayscale: #8D8D8D. Windows color (decimal): -3384079 or 15817932. OLE color: 15817932.
HSL color Cylindrical-coordinate representation of color #CC5CF1: hue angle of 285.1º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC5CF1 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 92 | 241 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.05 |
| HSL | 285.1º | 0.84% | 0.65% | - |
| HSV(B) | 285.1º | 0.62% | 0.95% | - |
| XYZ | 44.61 | 26.84 | 86.05 | - |
| YUV | 142.47 | 183.61 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 241 | 0.15 | 0.62 | 0 | 0.05 | 285.1 | 0.84 | 0.65 |
| Hex | CC | 5C | F1 | F | 3E | 0 | 5 | 11D | 54 | 41 |
| Octal | 314 | 134 | 361 | 17 | 76 | 0 | 5 | 435 | 124 | 101 |
| Binary | 11001100 | 1011100 | 11110001 | 1111 | 111110 | 0 | 101 | 100011101 | 1010100 | 1000001 |
Color Harmonies of #CC5CF1
Complementary color
Monochromatic Colors of #CC5CF1
Black with #CC5CF1
Text Example
Text Example
White with #CC5CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CF1; }
p { color: rgb(204,92,241); }
H1.HeaderClassName
{
color: #CC5CF1;
}
.AnyTagClassName
{
color: #CC5CF1;
}
</style>
background-color css
<style>
a { background-color: #CC5CF1; }
a { background-color: rgb(204,92,241); }
div.DivClassName
{
background-color: #CC5CF1;
}
.BgClassName
{
background-color: #CC5CF1;
}
</style>
border-color css
<style>
span { border-color: #CC5CF1; }
span { border-color: rgb(204,92,241); }
td.TdClassName
{
border-color: #CC5CF1;
}
.TagClassName
{
border-color: #CC5CF1;
}
</style>