Shades of Heliotrope #C575F1
Tints of Heliotrope #C575F1
RGB
CMYK
RGB Variations
Color information
#C575F1 (or 0xC575F1) is known color: Heliotrope. HEX triplet: C5, 75 and F1. RGB value is (197,117,241). Sum of RGB (Red+Green+Blue) = 197+117+241=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #C575F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C575F1 is #3A8A0E. Grayscale: #9A9A9A. Windows color (decimal): -3836431 or 15824325. OLE color: 15824325.
HSL color Cylindrical-coordinate representation of color #C575F1: hue angle of 278.71º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C575F1 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 117 | 241 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.05 |
| HSL | 278.71º | 0.82% | 0.7% | - |
| HSV(B) | 278.71º | 0.51% | 0.95% | - |
| XYZ | 45.26 | 30.94 | 86.81 | - |
| YUV | 155.06 | 176.5 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 241 | 0.18 | 0.51 | 0 | 0.05 | 278.71 | 0.82 | 0.7 |
| Hex | C5 | 75 | F1 | 12 | 33 | 0 | 5 | 117 | 52 | 46 |
| Octal | 305 | 165 | 361 | 22 | 63 | 0 | 5 | 427 | 122 | 106 |
| Binary | 11000101 | 1110101 | 11110001 | 10010 | 110011 | 0 | 101 | 100010111 | 1010010 | 1000110 |
Color Harmonies of #C575F1
Complementary color
Monochromatic Colors of #C575F1
Black with #C575F1
Text Example
Text Example
White with #C575F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575F1; }
p { color: rgb(197,117,241); }
H1.HeaderClassName
{
color: #C575F1;
}
.AnyTagClassName
{
color: #C575F1;
}
</style>
background-color css
<style>
a { background-color: #C575F1; }
a { background-color: rgb(197,117,241); }
div.DivClassName
{
background-color: #C575F1;
}
.BgClassName
{
background-color: #C575F1;
}
</style>
border-color css
<style>
span { border-color: #C575F1; }
span { border-color: rgb(197,117,241); }
td.TdClassName
{
border-color: #C575F1;
}
.TagClassName
{
border-color: #C575F1;
}
</style>