Shades of Heliotrope #C05AFA
Tints of Heliotrope #C05AFA
RGB
CMYK
RGB Variations
Color information
#C05AFA (or 0xC05AFA) is known color: Heliotrope. HEX triplet: C0, 5A and FA. RGB value is (192,90,250). Sum of RGB (Red+Green+Blue) = 192+90+250=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 90 (35.55% from 255 or 16.92% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #C05AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05AFA is #3FA505. Grayscale: #8A8A8A. Windows color (decimal): -4171014 or 16407232. OLE color: 16407232.
HSL color Cylindrical-coordinate representation of color #C05AFA: hue angle of 278.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C05AFA is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 90 | 250 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.02 |
| HSL | 278.25º | 0.94% | 0.67% | - |
| HSV(B) | 278.25º | 0.64% | 0.98% | - |
| XYZ | 42.65 | 25.42 | 93.1 | - |
| YUV | 138.74 | 190.79 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 250 | 0.23 | 0.64 | 0 | 0.02 | 278.25 | 0.94 | 0.67 |
| Hex | C0 | 5A | FA | 17 | 40 | 0 | 2 | 116 | 5E | 43 |
| Octal | 300 | 132 | 372 | 27 | 100 | 0 | 2 | 426 | 136 | 103 |
| Binary | 11000000 | 1011010 | 11111010 | 10111 | 1000000 | 0 | 10 | 100010110 | 1011110 | 1000011 |
Color Harmonies of #C05AFA
Complementary color
Monochromatic Colors of #C05AFA
Black with #C05AFA
Text Example
Text Example
White with #C05AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AFA; }
p { color: rgb(192,90,250); }
H1.HeaderClassName
{
color: #C05AFA;
}
.AnyTagClassName
{
color: #C05AFA;
}
</style>
background-color css
<style>
a { background-color: #C05AFA; }
a { background-color: rgb(192,90,250); }
div.DivClassName
{
background-color: #C05AFA;
}
.BgClassName
{
background-color: #C05AFA;
}
</style>
border-color css
<style>
span { border-color: #C05AFA; }
span { border-color: rgb(192,90,250); }
td.TdClassName
{
border-color: #C05AFA;
}
.TagClassName
{
border-color: #C05AFA;
}
</style>