Shades of Heliotrope #C54EFF
Tints of Heliotrope #C54EFF
RGB
CMYK
RGB Variations
Color information
#C54EFF (or 0xC54EFF) is known color: Heliotrope. HEX triplet: C5, 4E and FF. RGB value is (197,78,255). Sum of RGB (Red+Green+Blue) = 197+78+255=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 78 (30.86% from 255 or 14.72% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #C54EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54EFF is #3AB100. Grayscale: #858585. Windows color (decimal): -3846401 or 16731845. OLE color: 16731845.
HSL color Cylindrical-coordinate representation of color #C54EFF: hue angle of 280.34º 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 #C54EFF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 78 | 255 | - |
| CMYK | 0.23 | 0.69 | 0 | 0 |
| HSL | 280.34º | 1% | 0.65% | - |
| HSV(B) | 280.34º | 0.69% | 1% | - |
| XYZ | 43.8 | 24.54 | 97.04 | - |
| YUV | 133.76 | 196.42 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 255 | 0.23 | 0.69 | 0 | 0 | 280.34 | 1 | 0.65 |
| Hex | C5 | 4E | FF | 17 | 45 | 0 | 0 | 118 | 64 | 41 |
| Octal | 305 | 116 | 377 | 27 | 105 | 0 | 0 | 430 | 144 | 101 |
| Binary | 11000101 | 1001110 | 11111111 | 10111 | 1000101 | 0 | 0 | 100011000 | 1100100 | 1000001 |
Color Harmonies of #C54EFF
Complementary color
Monochromatic Colors of #C54EFF
Black with #C54EFF
Text Example
Text Example
White with #C54EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EFF; }
p { color: rgb(197,78,255); }
H1.HeaderClassName
{
color: #C54EFF;
}
.AnyTagClassName
{
color: #C54EFF;
}
</style>
background-color css
<style>
a { background-color: #C54EFF; }
a { background-color: rgb(197,78,255); }
div.DivClassName
{
background-color: #C54EFF;
}
.BgClassName
{
background-color: #C54EFF;
}
</style>
border-color css
<style>
span { border-color: #C54EFF; }
span { border-color: rgb(197,78,255); }
td.TdClassName
{
border-color: #C54EFF;
}
.TagClassName
{
border-color: #C54EFF;
}
</style>