Shades of Heliotrope #C560F8
Tints of Heliotrope #C560F8
RGB
CMYK
RGB Variations
Color information
#C560F8 (or 0xC560F8) is known color: Heliotrope. HEX triplet: C5, 60 and F8. RGB value is (197,96,248). Sum of RGB (Red+Green+Blue) = 197+96+248=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #C560F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C560F8 is #3A9F07. Grayscale: #8F8F8F. Windows color (decimal): -3841800 or 16277701. OLE color: 16277701.
HSL color Cylindrical-coordinate representation of color #C560F8: hue angle of 279.87º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C560F8 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 96 | 248 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.03 |
| HSL | 279.87º | 0.92% | 0.67% | - |
| HSV(B) | 279.87º | 0.61% | 0.97% | - |
| XYZ | 44.15 | 27.01 | 91.69 | - |
| YUV | 143.53 | 186.96 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 248 | 0.21 | 0.61 | 0 | 0.03 | 279.87 | 0.92 | 0.67 |
| Hex | C5 | 60 | F8 | 15 | 3D | 0 | 3 | 118 | 5C | 43 |
| Octal | 305 | 140 | 370 | 25 | 75 | 0 | 3 | 430 | 134 | 103 |
| Binary | 11000101 | 1100000 | 11111000 | 10101 | 111101 | 0 | 11 | 100011000 | 1011100 | 1000011 |
Color Harmonies of #C560F8
Complementary color
Monochromatic Colors of #C560F8
Black with #C560F8
Text Example
Text Example
White with #C560F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560F8; }
p { color: rgb(197,96,248); }
H1.HeaderClassName
{
color: #C560F8;
}
.AnyTagClassName
{
color: #C560F8;
}
</style>
background-color css
<style>
a { background-color: #C560F8; }
a { background-color: rgb(197,96,248); }
div.DivClassName
{
background-color: #C560F8;
}
.BgClassName
{
background-color: #C560F8;
}
</style>
border-color css
<style>
span { border-color: #C560F8; }
span { border-color: rgb(197,96,248); }
td.TdClassName
{
border-color: #C560F8;
}
.TagClassName
{
border-color: #C560F8;
}
</style>