Shades of Heliotrope #C573FE
Tints of Heliotrope #C573FE
RGB
CMYK
RGB Variations
Color information
#C573FE (or 0xC573FE) is known color: Heliotrope. HEX triplet: C5, 73 and FE. RGB value is (197,115,254). Sum of RGB (Red+Green+Blue) = 197+115+254=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #C573FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C573FE is #3A8C01. Grayscale: #9A9A9A. Windows color (decimal): -3836930 or 16675781. OLE color: 16675781.
HSL color Cylindrical-coordinate representation of color #C573FE: hue angle of 275.4º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C573FE is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 115 | 254 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.00 |
| HSL | 275.4º | 0.99% | 0.72% | - |
| HSV(B) | 275.4º | 0.55% | 1% | - |
| XYZ | 47.05 | 31.29 | 97.33 | - |
| YUV | 155.36 | 183.67 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 254 | 0.22 | 0.55 | 0 | 0.00 | 275.4 | 0.99 | 0.72 |
| Hex | C5 | 73 | FE | 16 | 37 | 0 | 0 | 113 | 63 | 48 |
| Octal | 305 | 163 | 376 | 26 | 67 | 0 | 0 | 423 | 143 | 110 |
| Binary | 11000101 | 1110011 | 11111110 | 10110 | 110111 | 0 | 0 | 100010011 | 1100011 | 1001000 |
Color Harmonies of #C573FE
Complementary color
Monochromatic Colors of #C573FE
Black with #C573FE
Text Example
Text Example
White with #C573FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C573FE; }
p { color: rgb(197,115,254); }
H1.HeaderClassName
{
color: #C573FE;
}
.AnyTagClassName
{
color: #C573FE;
}
</style>
background-color css
<style>
a { background-color: #C573FE; }
a { background-color: rgb(197,115,254); }
div.DivClassName
{
background-color: #C573FE;
}
.BgClassName
{
background-color: #C573FE;
}
</style>
border-color css
<style>
span { border-color: #C573FE; }
span { border-color: rgb(197,115,254); }
td.TdClassName
{
border-color: #C573FE;
}
.TagClassName
{
border-color: #C573FE;
}
</style>