Shades of Heliotrope #C060F8
Tints of Heliotrope #C060F8
RGB
CMYK
RGB Variations
Color information
#C060F8 (or 0xC060F8) is known color: Heliotrope. HEX triplet: C0, 60 and F8. RGB value is (192,96,248). Sum of RGB (Red+Green+Blue) = 192+96+248=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #C060F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C060F8 is #3F9F07. Grayscale: #8D8D8D. Windows color (decimal): -4169480 or 16277696. OLE color: 16277696.
HSL color Cylindrical-coordinate representation of color #C060F8: hue angle of 277.89º 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 #C060F8 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 96 | 248 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.03 |
| HSL | 277.89º | 0.92% | 0.67% | - |
| HSV(B) | 277.89º | 0.61% | 0.97% | - |
| XYZ | 42.86 | 26.35 | 91.63 | - |
| YUV | 142.03 | 187.8 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 248 | 0.23 | 0.61 | 0 | 0.03 | 277.89 | 0.92 | 0.67 |
| Hex | C0 | 60 | F8 | 17 | 3D | 0 | 3 | 116 | 5C | 43 |
| Octal | 300 | 140 | 370 | 27 | 75 | 0 | 3 | 426 | 134 | 103 |
| Binary | 11000000 | 1100000 | 11111000 | 10111 | 111101 | 0 | 11 | 100010110 | 1011100 | 1000011 |
Color Harmonies of #C060F8
Complementary color
Monochromatic Colors of #C060F8
Black with #C060F8
Text Example
Text Example
White with #C060F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060F8; }
p { color: rgb(192,96,248); }
H1.HeaderClassName
{
color: #C060F8;
}
.AnyTagClassName
{
color: #C060F8;
}
</style>
background-color css
<style>
a { background-color: #C060F8; }
a { background-color: rgb(192,96,248); }
div.DivClassName
{
background-color: #C060F8;
}
.BgClassName
{
background-color: #C060F8;
}
</style>
border-color css
<style>
span { border-color: #C060F8; }
span { border-color: rgb(192,96,248); }
td.TdClassName
{
border-color: #C060F8;
}
.TagClassName
{
border-color: #C060F8;
}
</style>