Shades of Heliotrope #C05EFF
Tints of Heliotrope #C05EFF
RGB
CMYK
RGB Variations
Color information
#C05EFF (or 0xC05EFF) is known color: Heliotrope. HEX triplet: C0, 5E and FF. RGB value is (192,94,255). Sum of RGB (Red+Green+Blue) = 192+94+255=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #C05EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05EFF is #3FA100. Grayscale: #8D8D8D. Windows color (decimal): -4169985 or 16735936. OLE color: 16735936.
HSL color Cylindrical-coordinate representation of color #C05EFF: hue angle of 276.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C05EFF is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 94 | 255 | - |
| CMYK | 0.25 | 0.63 | 0 | 0 |
| HSL | 276.52º | 1% | 0.68% | - |
| HSV(B) | 276.52º | 0.63% | 1% | - |
| XYZ | 43.79 | 26.43 | 97.4 | - |
| YUV | 141.66 | 191.97 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 255 | 0.25 | 0.63 | 0 | 0 | 276.52 | 1 | 0.68 |
| Hex | C0 | 5E | FF | 19 | 3F | 0 | 0 | 115 | 64 | 44 |
| Octal | 300 | 136 | 377 | 31 | 77 | 0 | 0 | 425 | 144 | 104 |
| Binary | 11000000 | 1011110 | 11111111 | 11001 | 111111 | 0 | 0 | 100010101 | 1100100 | 1000100 |
Color Harmonies of #C05EFF
Complementary color
Monochromatic Colors of #C05EFF
Black with #C05EFF
Text Example
Text Example
White with #C05EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EFF; }
p { color: rgb(192,94,255); }
H1.HeaderClassName
{
color: #C05EFF;
}
.AnyTagClassName
{
color: #C05EFF;
}
</style>
background-color css
<style>
a { background-color: #C05EFF; }
a { background-color: rgb(192,94,255); }
div.DivClassName
{
background-color: #C05EFF;
}
.BgClassName
{
background-color: #C05EFF;
}
</style>
border-color css
<style>
span { border-color: #C05EFF; }
span { border-color: rgb(192,94,255); }
td.TdClassName
{
border-color: #C05EFF;
}
.TagClassName
{
border-color: #C05EFF;
}
</style>