Shades of Heliotrope #C05FFA
Tints of Heliotrope #C05FFA
RGB
CMYK
RGB Variations
Color information
#C05FFA (or 0xC05FFA) is known color: Heliotrope. HEX triplet: C0, 5F and FA. RGB value is (192,95,250). Sum of RGB (Red+Green+Blue) = 192+95+250=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #C05FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05FFA is #3FA005. Grayscale: #8D8D8D. Windows color (decimal): -4169734 or 16408512. OLE color: 16408512.
HSL color Cylindrical-coordinate representation of color #C05FFA: hue angle of 277.55º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C05FFA is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 95 | 250 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.02 |
| HSL | 277.55º | 0.94% | 0.68% | - |
| HSV(B) | 277.55º | 0.62% | 0.98% | - |
| XYZ | 43.09 | 26.29 | 93.25 | - |
| YUV | 141.67 | 189.14 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 250 | 0.23 | 0.62 | 0 | 0.02 | 277.55 | 0.94 | 0.68 |
| Hex | C0 | 5F | FA | 17 | 3E | 0 | 2 | 116 | 5E | 44 |
| Octal | 300 | 137 | 372 | 27 | 76 | 0 | 2 | 426 | 136 | 104 |
| Binary | 11000000 | 1011111 | 11111010 | 10111 | 111110 | 0 | 10 | 100010110 | 1011110 | 1000100 |
Color Harmonies of #C05FFA
Complementary color
Monochromatic Colors of #C05FFA
Black with #C05FFA
Text Example
Text Example
White with #C05FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FFA; }
p { color: rgb(192,95,250); }
H1.HeaderClassName
{
color: #C05FFA;
}
.AnyTagClassName
{
color: #C05FFA;
}
</style>
background-color css
<style>
a { background-color: #C05FFA; }
a { background-color: rgb(192,95,250); }
div.DivClassName
{
background-color: #C05FFA;
}
.BgClassName
{
background-color: #C05FFA;
}
</style>
border-color css
<style>
span { border-color: #C05FFA; }
span { border-color: rgb(192,95,250); }
td.TdClassName
{
border-color: #C05FFA;
}
.TagClassName
{
border-color: #C05FFA;
}
</style>