Shades of Heliotrope #C55AFF
Tints of Heliotrope #C55AFF
RGB
CMYK
RGB Variations
Color information
#C55AFF (or 0xC55AFF) is known color: Heliotrope. HEX triplet: C5, 5A and FF. RGB value is (197,90,255). Sum of RGB (Red+Green+Blue) = 197+90+255=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #C55AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55AFF is #3AA500. Grayscale: #8C8C8C. Windows color (decimal): -3843329 or 16734917. OLE color: 16734917.
HSL color Cylindrical-coordinate representation of color #C55AFF: hue angle of 278.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C55AFF is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 90 | 255 | - |
| CMYK | 0.23 | 0.65 | 0 | 0 |
| HSL | 278.91º | 1% | 0.68% | - |
| HSV(B) | 278.91º | 0.65% | 1% | - |
| XYZ | 44.73 | 26.4 | 97.35 | - |
| YUV | 140.8 | 192.45 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 255 | 0.23 | 0.65 | 0 | 0 | 278.91 | 1 | 0.68 |
| Hex | C5 | 5A | FF | 17 | 41 | 0 | 0 | 117 | 64 | 44 |
| Octal | 305 | 132 | 377 | 27 | 101 | 0 | 0 | 427 | 144 | 104 |
| Binary | 11000101 | 1011010 | 11111111 | 10111 | 1000001 | 0 | 0 | 100010111 | 1100100 | 1000100 |
Color Harmonies of #C55AFF
Complementary color
Monochromatic Colors of #C55AFF
Black with #C55AFF
Text Example
Text Example
White with #C55AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55AFF; }
p { color: rgb(197,90,255); }
H1.HeaderClassName
{
color: #C55AFF;
}
.AnyTagClassName
{
color: #C55AFF;
}
</style>
background-color css
<style>
a { background-color: #C55AFF; }
a { background-color: rgb(197,90,255); }
div.DivClassName
{
background-color: #C55AFF;
}
.BgClassName
{
background-color: #C55AFF;
}
</style>
border-color css
<style>
span { border-color: #C55AFF; }
span { border-color: rgb(197,90,255); }
td.TdClassName
{
border-color: #C55AFF;
}
.TagClassName
{
border-color: #C55AFF;
}
</style>