Shades of Heliotrope #C575F3
Tints of Heliotrope #C575F3
RGB
CMYK
RGB Variations
Color information
#C575F3 (or 0xC575F3) is known color: Heliotrope. HEX triplet: C5, 75 and F3. RGB value is (197,117,243). Sum of RGB (Red+Green+Blue) = 197+117+243=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #C575F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C575F3 is #3A8A0C. Grayscale: #9A9A9A. Windows color (decimal): -3836429 or 15955397. OLE color: 15955397.
HSL color Cylindrical-coordinate representation of color #C575F3: hue angle of 278.1º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C575F3 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 117 | 243 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.05 |
| HSL | 278.1º | 0.84% | 0.71% | - |
| HSV(B) | 278.1º | 0.52% | 0.95% | - |
| XYZ | 45.56 | 31.06 | 88.39 | - |
| YUV | 155.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 243 | 0.19 | 0.52 | 0 | 0.05 | 278.1 | 0.84 | 0.71 |
| Hex | C5 | 75 | F3 | 13 | 34 | 0 | 5 | 116 | 54 | 47 |
| Octal | 305 | 165 | 363 | 23 | 64 | 0 | 5 | 426 | 124 | 107 |
| Binary | 11000101 | 1110101 | 11110011 | 10011 | 110100 | 0 | 101 | 100010110 | 1010100 | 1000111 |
Color Harmonies of #C575F3
Complementary color
Monochromatic Colors of #C575F3
Black with #C575F3
Text Example
Text Example
White with #C575F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575F3; }
p { color: rgb(197,117,243); }
H1.HeaderClassName
{
color: #C575F3;
}
.AnyTagClassName
{
color: #C575F3;
}
</style>
background-color css
<style>
a { background-color: #C575F3; }
a { background-color: rgb(197,117,243); }
div.DivClassName
{
background-color: #C575F3;
}
.BgClassName
{
background-color: #C575F3;
}
</style>
border-color css
<style>
span { border-color: #C575F3; }
span { border-color: rgb(197,117,243); }
td.TdClassName
{
border-color: #C575F3;
}
.TagClassName
{
border-color: #C575F3;
}
</style>