Shades of Heliotrope #C54FFE
Tints of Heliotrope #C54FFE
RGB
CMYK
RGB Variations
Color information
#C54FFE (or 0xC54FFE) is known color: Heliotrope. HEX triplet: C5, 4F and FE. RGB value is (197,79,254). Sum of RGB (Red+Green+Blue) = 197+79+254=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 79 (31.25% from 255 or 14.91% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #C54FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54FFE is #3AB001. Grayscale: #858585. Windows color (decimal): -3846146 or 16666565. OLE color: 16666565.
HSL color Cylindrical-coordinate representation of color #C54FFE: hue angle of 280.46º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C54FFE is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 79 | 254 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.00 |
| HSL | 280.46º | 0.99% | 0.65% | - |
| HSV(B) | 280.46º | 0.69% | 1% | - |
| XYZ | 43.71 | 24.62 | 96.21 | - |
| YUV | 134.23 | 195.59 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 254 | 0.22 | 0.69 | 0 | 0.00 | 280.46 | 0.99 | 0.65 |
| Hex | C5 | 4F | FE | 16 | 45 | 0 | 0 | 118 | 63 | 41 |
| Octal | 305 | 117 | 376 | 26 | 105 | 0 | 0 | 430 | 143 | 101 |
| Binary | 11000101 | 1001111 | 11111110 | 10110 | 1000101 | 0 | 0 | 100011000 | 1100011 | 1000001 |
Color Harmonies of #C54FFE
Complementary color
Monochromatic Colors of #C54FFE
Black with #C54FFE
Text Example
Text Example
White with #C54FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FFE; }
p { color: rgb(197,79,254); }
H1.HeaderClassName
{
color: #C54FFE;
}
.AnyTagClassName
{
color: #C54FFE;
}
</style>
background-color css
<style>
a { background-color: #C54FFE; }
a { background-color: rgb(197,79,254); }
div.DivClassName
{
background-color: #C54FFE;
}
.BgClassName
{
background-color: #C54FFE;
}
</style>
border-color css
<style>
span { border-color: #C54FFE; }
span { border-color: rgb(197,79,254); }
td.TdClassName
{
border-color: #C54FFE;
}
.TagClassName
{
border-color: #C54FFE;
}
</style>