Shades of Heliotrope #C55AFA
Tints of Heliotrope #C55AFA
RGB
CMYK
RGB Variations
Color information
#C55AFA (or 0xC55AFA) is known color: Heliotrope. HEX triplet: C5, 5A and FA. RGB value is (197,90,250). Sum of RGB (Red+Green+Blue) = 197+90+250=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #C55AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55AFA is #3AA505. Grayscale: #8B8B8B. Windows color (decimal): -3843334 or 16407237. OLE color: 16407237.
HSL color Cylindrical-coordinate representation of color #C55AFA: hue angle of 280.12º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C55AFA is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 90 | 250 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.02 |
| HSL | 280.13º | 0.94% | 0.67% | - |
| HSV(B) | 280.13º | 0.64% | 0.98% | - |
| XYZ | 43.94 | 26.08 | 93.16 | - |
| YUV | 140.23 | 189.95 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 250 | 0.21 | 0.64 | 0 | 0.02 | 280.13 | 0.94 | 0.67 |
| Hex | C5 | 5A | FA | 15 | 40 | 0 | 2 | 118 | 5E | 43 |
| Octal | 305 | 132 | 372 | 25 | 100 | 0 | 2 | 430 | 136 | 103 |
| Binary | 11000101 | 1011010 | 11111010 | 10101 | 1000000 | 0 | 10 | 100011000 | 1011110 | 1000011 |
Color Harmonies of #C55AFA
Complementary color
Monochromatic Colors of #C55AFA
Black with #C55AFA
Text Example
Text Example
White with #C55AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55AFA; }
p { color: rgb(197,90,250); }
H1.HeaderClassName
{
color: #C55AFA;
}
.AnyTagClassName
{
color: #C55AFA;
}
</style>
background-color css
<style>
a { background-color: #C55AFA; }
a { background-color: rgb(197,90,250); }
div.DivClassName
{
background-color: #C55AFA;
}
.BgClassName
{
background-color: #C55AFA;
}
</style>
border-color css
<style>
span { border-color: #C55AFA; }
span { border-color: rgb(197,90,250); }
td.TdClassName
{
border-color: #C55AFA;
}
.TagClassName
{
border-color: #C55AFA;
}
</style>