Shades of Heliotrope #C575F0
Tints of Heliotrope #C575F0
RGB
CMYK
RGB Variations
Color information
#C575F0 (or 0xC575F0) is known color: Heliotrope. HEX triplet: C5, 75 and F0. RGB value is (197,117,240). Sum of RGB (Red+Green+Blue) = 197+117+240=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #C575F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C575F0 is #3A8A0F. Grayscale: #9A9A9A. Windows color (decimal): -3836432 or 15758789. OLE color: 15758789.
HSL color Cylindrical-coordinate representation of color #C575F0: hue angle of 279.02º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C575F0 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 117 | 240 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.06 |
| HSL | 279.02º | 0.8% | 0.7% | - |
| HSV(B) | 279.02º | 0.51% | 0.94% | - |
| XYZ | 45.12 | 30.88 | 86.02 | - |
| YUV | 154.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 240 | 0.18 | 0.51 | 0 | 0.06 | 279.02 | 0.8 | 0.7 |
| Hex | C5 | 75 | F0 | 12 | 33 | 0 | 6 | 117 | 50 | 46 |
| Octal | 305 | 165 | 360 | 22 | 63 | 0 | 6 | 427 | 120 | 106 |
| Binary | 11000101 | 1110101 | 11110000 | 10010 | 110011 | 0 | 110 | 100010111 | 1010000 | 1000110 |
Color Harmonies of #C575F0
Complementary color
Monochromatic Colors of #C575F0
Black with #C575F0
Text Example
Text Example
White with #C575F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575F0; }
p { color: rgb(197,117,240); }
H1.HeaderClassName
{
color: #C575F0;
}
.AnyTagClassName
{
color: #C575F0;
}
</style>
background-color css
<style>
a { background-color: #C575F0; }
a { background-color: rgb(197,117,240); }
div.DivClassName
{
background-color: #C575F0;
}
.BgClassName
{
background-color: #C575F0;
}
</style>
border-color css
<style>
span { border-color: #C575F0; }
span { border-color: rgb(197,117,240); }
td.TdClassName
{
border-color: #C575F0;
}
.TagClassName
{
border-color: #C575F0;
}
</style>