Shades of Heliotrope #C54DFF
Tints of Heliotrope #C54DFF
RGB
CMYK
RGB Variations
Color information
#C54DFF (or 0xC54DFF) is known color: Heliotrope. HEX triplet: C5, 4D and FF. RGB value is (197,77,255). Sum of RGB (Red+Green+Blue) = 197+77+255=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 77 (30.47% from 255 or 14.56% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #C54DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54DFF is #3AB200. Grayscale: #848484. Windows color (decimal): -3846657 or 16731589. OLE color: 16731589.
HSL color Cylindrical-coordinate representation of color #C54DFF: hue angle of 280.45º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C54DFF is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 77 | 255 | - |
| CMYK | 0.23 | 0.70 | 0 | 0 |
| HSL | 280.45º | 1% | 0.65% | - |
| HSV(B) | 280.45º | 0.7% | 1% | - |
| XYZ | 43.73 | 24.4 | 97.01 | - |
| YUV | 133.17 | 196.76 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 255 | 0.23 | 0.70 | 0 | 0 | 280.45 | 1 | 0.65 |
| Hex | C5 | 4D | FF | 17 | 46 | 0 | 0 | 118 | 64 | 41 |
| Octal | 305 | 115 | 377 | 27 | 106 | 0 | 0 | 430 | 144 | 101 |
| Binary | 11000101 | 1001101 | 11111111 | 10111 | 1000110 | 0 | 0 | 100011000 | 1100100 | 1000001 |
Color Harmonies of #C54DFF
Complementary color
Monochromatic Colors of #C54DFF
Black with #C54DFF
Text Example
Text Example
White with #C54DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54DFF; }
p { color: rgb(197,77,255); }
H1.HeaderClassName
{
color: #C54DFF;
}
.AnyTagClassName
{
color: #C54DFF;
}
</style>
background-color css
<style>
a { background-color: #C54DFF; }
a { background-color: rgb(197,77,255); }
div.DivClassName
{
background-color: #C54DFF;
}
.BgClassName
{
background-color: #C54DFF;
}
</style>
border-color css
<style>
span { border-color: #C54DFF; }
span { border-color: rgb(197,77,255); }
td.TdClassName
{
border-color: #C54DFF;
}
.TagClassName
{
border-color: #C54DFF;
}
</style>