Shades of Heliotrope #C05AFF
Tints of Heliotrope #C05AFF
RGB
CMYK
RGB Variations
Color information
#C05AFF (or 0xC05AFF) is known color: Heliotrope. HEX triplet: C0, 5A and FF. RGB value is (192,90,255). Sum of RGB (Red+Green+Blue) = 192+90+255=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #C05AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05AFF is #3FA500. Grayscale: #8A8A8A. Windows color (decimal): -4171009 or 16734912. OLE color: 16734912.
HSL color Cylindrical-coordinate representation of color #C05AFF: hue angle of 277.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C05AFF is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 90 | 255 | - |
| CMYK | 0.25 | 0.65 | 0 | 0 |
| HSL | 277.09º | 1% | 0.68% | - |
| HSV(B) | 277.09º | 0.65% | 1% | - |
| XYZ | 43.44 | 25.74 | 97.29 | - |
| YUV | 139.31 | 193.29 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 255 | 0.25 | 0.65 | 0 | 0 | 277.09 | 1 | 0.68 |
| Hex | C0 | 5A | FF | 19 | 41 | 0 | 0 | 115 | 64 | 44 |
| Octal | 300 | 132 | 377 | 31 | 101 | 0 | 0 | 425 | 144 | 104 |
| Binary | 11000000 | 1011010 | 11111111 | 11001 | 1000001 | 0 | 0 | 100010101 | 1100100 | 1000100 |
Color Harmonies of #C05AFF
Complementary color
Monochromatic Colors of #C05AFF
Black with #C05AFF
Text Example
Text Example
White with #C05AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AFF; }
p { color: rgb(192,90,255); }
H1.HeaderClassName
{
color: #C05AFF;
}
.AnyTagClassName
{
color: #C05AFF;
}
</style>
background-color css
<style>
a { background-color: #C05AFF; }
a { background-color: rgb(192,90,255); }
div.DivClassName
{
background-color: #C05AFF;
}
.BgClassName
{
background-color: #C05AFF;
}
</style>
border-color css
<style>
span { border-color: #C05AFF; }
span { border-color: rgb(192,90,255); }
td.TdClassName
{
border-color: #C05AFF;
}
.TagClassName
{
border-color: #C05AFF;
}
</style>