Shades of Heliotrope #C554FA
Tints of Heliotrope #C554FA
RGB
CMYK
RGB Variations
Color information
#C554FA (or 0xC554FA) is known color: Heliotrope. HEX triplet: C5, 54 and FA. RGB value is (197,84,250). Sum of RGB (Red+Green+Blue) = 197+84+250=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #C554FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C554FA is #3AAB05. Grayscale: #888888. Windows color (decimal): -3844870 or 16405701. OLE color: 16405701.
HSL color Cylindrical-coordinate representation of color #C554FA: hue angle of 280.84º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C554FA is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 84 | 250 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.02 |
| HSL | 280.84º | 0.94% | 0.65% | - |
| HSV(B) | 280.84º | 0.66% | 0.98% | - |
| XYZ | 43.45 | 25.11 | 93 | - |
| YUV | 136.71 | 191.94 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 250 | 0.21 | 0.66 | 0 | 0.02 | 280.84 | 0.94 | 0.65 |
| Hex | C5 | 54 | FA | 15 | 42 | 0 | 2 | 119 | 5E | 41 |
| Octal | 305 | 124 | 372 | 25 | 102 | 0 | 2 | 431 | 136 | 101 |
| Binary | 11000101 | 1010100 | 11111010 | 10101 | 1000010 | 0 | 10 | 100011001 | 1011110 | 1000001 |
Color Harmonies of #C554FA
Complementary color
Monochromatic Colors of #C554FA
Black with #C554FA
Text Example
Text Example
White with #C554FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C554FA; }
p { color: rgb(197,84,250); }
H1.HeaderClassName
{
color: #C554FA;
}
.AnyTagClassName
{
color: #C554FA;
}
</style>
background-color css
<style>
a { background-color: #C554FA; }
a { background-color: rgb(197,84,250); }
div.DivClassName
{
background-color: #C554FA;
}
.BgClassName
{
background-color: #C554FA;
}
</style>
border-color css
<style>
span { border-color: #C554FA; }
span { border-color: rgb(197,84,250); }
td.TdClassName
{
border-color: #C554FA;
}
.TagClassName
{
border-color: #C554FA;
}
</style>