Shades of Heliotrope #C05FFC
Tints of Heliotrope #C05FFC
RGB
CMYK
RGB Variations
Color information
#C05FFC (or 0xC05FFC) is known color: Heliotrope. HEX triplet: C0, 5F and FC. RGB value is (192,95,252). Sum of RGB (Red+Green+Blue) = 192+95+252=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #C05FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05FFC is #3FA003. Grayscale: #8D8D8D. Windows color (decimal): -4169732 or 16539584. OLE color: 16539584.
HSL color Cylindrical-coordinate representation of color #C05FFC: hue angle of 277.07º 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 #C05FFC is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 95 | 252 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.01 |
| HSL | 277.07º | 0.96% | 0.68% | - |
| HSV(B) | 277.07º | 0.62% | 0.99% | - |
| XYZ | 43.4 | 26.42 | 94.91 | - |
| YUV | 141.9 | 190.14 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 252 | 0.24 | 0.62 | 0 | 0.01 | 277.07 | 0.96 | 0.68 |
| Hex | C0 | 5F | FC | 18 | 3E | 0 | 1 | 115 | 60 | 44 |
| Octal | 300 | 137 | 374 | 30 | 76 | 0 | 1 | 425 | 140 | 104 |
| Binary | 11000000 | 1011111 | 11111100 | 11000 | 111110 | 0 | 1 | 100010101 | 1100000 | 1000100 |
Color Harmonies of #C05FFC
Complementary color
Monochromatic Colors of #C05FFC
Black with #C05FFC
Text Example
Text Example
White with #C05FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FFC; }
p { color: rgb(192,95,252); }
H1.HeaderClassName
{
color: #C05FFC;
}
.AnyTagClassName
{
color: #C05FFC;
}
</style>
background-color css
<style>
a { background-color: #C05FFC; }
a { background-color: rgb(192,95,252); }
div.DivClassName
{
background-color: #C05FFC;
}
.BgClassName
{
background-color: #C05FFC;
}
</style>
border-color css
<style>
span { border-color: #C05FFC; }
span { border-color: rgb(192,95,252); }
td.TdClassName
{
border-color: #C05FFC;
}
.TagClassName
{
border-color: #C05FFC;
}
</style>