Shades of Heliotrope #C55FFA
Tints of Heliotrope #C55FFA
RGB
CMYK
RGB Variations
Color information
#C55FFA (or 0xC55FFA) is known color: Heliotrope. HEX triplet: C5, 5F and FA. RGB value is (197,95,250). Sum of RGB (Red+Green+Blue) = 197+95+250=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 95 (37.5% from 255 or 17.53% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #C55FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FFA is #3AA005. Grayscale: #8E8E8E. Windows color (decimal): -3842054 or 16408517. OLE color: 16408517.
HSL color Cylindrical-coordinate representation of color #C55FFA: hue angle of 279.48º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C55FFA is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 95 | 250 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.02 |
| HSL | 279.48º | 0.94% | 0.68% | - |
| HSV(B) | 279.48º | 0.62% | 0.98% | - |
| XYZ | 44.37 | 26.96 | 93.31 | - |
| YUV | 143.17 | 188.29 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 250 | 0.21 | 0.62 | 0 | 0.02 | 279.48 | 0.94 | 0.68 |
| Hex | C5 | 5F | FA | 15 | 3E | 0 | 2 | 117 | 5E | 44 |
| Octal | 305 | 137 | 372 | 25 | 76 | 0 | 2 | 427 | 136 | 104 |
| Binary | 11000101 | 1011111 | 11111010 | 10101 | 111110 | 0 | 10 | 100010111 | 1011110 | 1000100 |
Color Harmonies of #C55FFA
Complementary color
Monochromatic Colors of #C55FFA
Black with #C55FFA
Text Example
Text Example
White with #C55FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FFA; }
p { color: rgb(197,95,250); }
H1.HeaderClassName
{
color: #C55FFA;
}
.AnyTagClassName
{
color: #C55FFA;
}
</style>
background-color css
<style>
a { background-color: #C55FFA; }
a { background-color: rgb(197,95,250); }
div.DivClassName
{
background-color: #C55FFA;
}
.BgClassName
{
background-color: #C55FFA;
}
</style>
border-color css
<style>
span { border-color: #C55FFA; }
span { border-color: rgb(197,95,250); }
td.TdClassName
{
border-color: #C55FFA;
}
.TagClassName
{
border-color: #C55FFA;
}
</style>