Shades of Heliotrope #C575FE
Tints of Heliotrope #C575FE
RGB
CMYK
RGB Variations
Color information
#C575FE (or 0xC575FE) is known color: Heliotrope. HEX triplet: C5, 75 and FE. RGB value is (197,117,254). Sum of RGB (Red+Green+Blue) = 197+117+254=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #C575FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C575FE is #3A8A01. Grayscale: #9C9C9C. Windows color (decimal): -3836418 or 16676293. OLE color: 16676293.
HSL color Cylindrical-coordinate representation of color #C575FE: hue angle of 275.04º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C575FE is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 117 | 254 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.00 |
| HSL | 275.04º | 0.99% | 0.73% | - |
| HSV(B) | 275.04º | 0.54% | 1% | - |
| XYZ | 47.28 | 31.75 | 97.4 | - |
| YUV | 156.54 | 183 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 254 | 0.22 | 0.54 | 0 | 0.00 | 275.04 | 0.99 | 0.73 |
| Hex | C5 | 75 | FE | 16 | 36 | 0 | 0 | 113 | 63 | 49 |
| Octal | 305 | 165 | 376 | 26 | 66 | 0 | 0 | 423 | 143 | 111 |
| Binary | 11000101 | 1110101 | 11111110 | 10110 | 110110 | 0 | 0 | 100010011 | 1100011 | 1001001 |
Color Harmonies of #C575FE
Complementary color
Monochromatic Colors of #C575FE
Black with #C575FE
Text Example
Text Example
White with #C575FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575FE; }
p { color: rgb(197,117,254); }
H1.HeaderClassName
{
color: #C575FE;
}
.AnyTagClassName
{
color: #C575FE;
}
</style>
background-color css
<style>
a { background-color: #C575FE; }
a { background-color: rgb(197,117,254); }
div.DivClassName
{
background-color: #C575FE;
}
.BgClassName
{
background-color: #C575FE;
}
</style>
border-color css
<style>
span { border-color: #C575FE; }
span { border-color: rgb(197,117,254); }
td.TdClassName
{
border-color: #C575FE;
}
.TagClassName
{
border-color: #C575FE;
}
</style>