Shades of Heliotrope #C060FC
Tints of Heliotrope #C060FC
RGB
CMYK
RGB Variations
Color information
#C060FC (or 0xC060FC) is known color: Heliotrope. HEX triplet: C0, 60 and FC. RGB value is (192,96,252). Sum of RGB (Red+Green+Blue) = 192+96+252=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 96 (37.89% from 255 or 17.78% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #C060FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C060FC is #3F9F03. Grayscale: #8D8D8D. Windows color (decimal): -4169476 or 16539840. OLE color: 16539840.
HSL color Cylindrical-coordinate representation of color #C060FC: hue angle of 276.92º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C060FC is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 96 | 252 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.01 |
| HSL | 276.92º | 0.96% | 0.68% | - |
| HSV(B) | 276.92º | 0.62% | 0.99% | - |
| XYZ | 43.49 | 26.6 | 94.94 | - |
| YUV | 142.49 | 189.8 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 252 | 0.24 | 0.62 | 0 | 0.01 | 276.92 | 0.96 | 0.68 |
| Hex | C0 | 60 | FC | 18 | 3E | 0 | 1 | 115 | 60 | 44 |
| Octal | 300 | 140 | 374 | 30 | 76 | 0 | 1 | 425 | 140 | 104 |
| Binary | 11000000 | 1100000 | 11111100 | 11000 | 111110 | 0 | 1 | 100010101 | 1100000 | 1000100 |
Color Harmonies of #C060FC
Complementary color
Monochromatic Colors of #C060FC
Black with #C060FC
Text Example
Text Example
White with #C060FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060FC; }
p { color: rgb(192,96,252); }
H1.HeaderClassName
{
color: #C060FC;
}
.AnyTagClassName
{
color: #C060FC;
}
</style>
background-color css
<style>
a { background-color: #C060FC; }
a { background-color: rgb(192,96,252); }
div.DivClassName
{
background-color: #C060FC;
}
.BgClassName
{
background-color: #C060FC;
}
</style>
border-color css
<style>
span { border-color: #C060FC; }
span { border-color: rgb(192,96,252); }
td.TdClassName
{
border-color: #C060FC;
}
.TagClassName
{
border-color: #C060FC;
}
</style>