Shades of Heliotrope #C54FFF
Tints of Heliotrope #C54FFF
RGB
CMYK
RGB Variations
Color information
#C54FFF (or 0xC54FFF) is known color: Heliotrope. HEX triplet: C5, 4F and FF. RGB value is (197,79,255). Sum of RGB (Red+Green+Blue) = 197+79+255=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 79 (31.25% from 255 or 14.88% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #C54FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54FFF is #3AB000. Grayscale: #858585. Windows color (decimal): -3846145 or 16732101. OLE color: 16732101.
HSL color Cylindrical-coordinate representation of color #C54FFF: hue angle of 280.23º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C54FFF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 79 | 255 | - |
| CMYK | 0.23 | 0.69 | 0 | 0 |
| HSL | 280.23º | 1% | 0.65% | - |
| HSV(B) | 280.23º | 0.69% | 1% | - |
| XYZ | 43.87 | 24.68 | 97.06 | - |
| YUV | 134.35 | 196.09 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 255 | 0.23 | 0.69 | 0 | 0 | 280.23 | 1 | 0.65 |
| Hex | C5 | 4F | FF | 17 | 45 | 0 | 0 | 118 | 64 | 41 |
| Octal | 305 | 117 | 377 | 27 | 105 | 0 | 0 | 430 | 144 | 101 |
| Binary | 11000101 | 1001111 | 11111111 | 10111 | 1000101 | 0 | 0 | 100011000 | 1100100 | 1000001 |
Color Harmonies of #C54FFF
Complementary color
Monochromatic Colors of #C54FFF
Black with #C54FFF
Text Example
Text Example
White with #C54FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FFF; }
p { color: rgb(197,79,255); }
H1.HeaderClassName
{
color: #C54FFF;
}
.AnyTagClassName
{
color: #C54FFF;
}
</style>
background-color css
<style>
a { background-color: #C54FFF; }
a { background-color: rgb(197,79,255); }
div.DivClassName
{
background-color: #C54FFF;
}
.BgClassName
{
background-color: #C54FFF;
}
</style>
border-color css
<style>
span { border-color: #C54FFF; }
span { border-color: rgb(197,79,255); }
td.TdClassName
{
border-color: #C54FFF;
}
.TagClassName
{
border-color: #C54FFF;
}
</style>