Shades of Heliotrope #CC5AF1
Tints of Heliotrope #CC5AF1
RGB
CMYK
RGB Variations
Color information
#CC5AF1 (or 0xCC5AF1) is known color: Heliotrope. HEX triplet: CC, 5A and F1. RGB value is (204,90,241). Sum of RGB (Red+Green+Blue) = 204+90+241=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC5AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5AF1 is #33A50E. Grayscale: #8C8C8C. Windows color (decimal): -3384591 or 15817420. OLE color: 15817420.
HSL color Cylindrical-coordinate representation of color #CC5AF1: hue angle of 285.3º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC5AF1 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 90 | 241 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.05 |
| HSL | 285.3º | 0.84% | 0.65% | - |
| HSV(B) | 285.3º | 0.63% | 0.95% | - |
| XYZ | 44.44 | 26.5 | 85.99 | - |
| YUV | 141.3 | 184.27 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 241 | 0.15 | 0.63 | 0 | 0.05 | 285.3 | 0.84 | 0.65 |
| Hex | CC | 5A | F1 | F | 3F | 0 | 5 | 11D | 54 | 41 |
| Octal | 314 | 132 | 361 | 17 | 77 | 0 | 5 | 435 | 124 | 101 |
| Binary | 11001100 | 1011010 | 11110001 | 1111 | 111111 | 0 | 101 | 100011101 | 1010100 | 1000001 |
Color Harmonies of #CC5AF1
Complementary color
Monochromatic Colors of #CC5AF1
Black with #CC5AF1
Text Example
Text Example
White with #CC5AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5AF1; }
p { color: rgb(204,90,241); }
H1.HeaderClassName
{
color: #CC5AF1;
}
.AnyTagClassName
{
color: #CC5AF1;
}
</style>
background-color css
<style>
a { background-color: #CC5AF1; }
a { background-color: rgb(204,90,241); }
div.DivClassName
{
background-color: #CC5AF1;
}
.BgClassName
{
background-color: #CC5AF1;
}
</style>
border-color css
<style>
span { border-color: #CC5AF1; }
span { border-color: rgb(204,90,241); }
td.TdClassName
{
border-color: #CC5AF1;
}
.TagClassName
{
border-color: #CC5AF1;
}
</style>