Shades of Heliotrope #C05EFB
Tints of Heliotrope #C05EFB
RGB
CMYK
RGB Variations
Color information
#C05EFB (or 0xC05EFB) is known color: Heliotrope. HEX triplet: C0, 5E and FB. RGB value is (192,94,251). Sum of RGB (Red+Green+Blue) = 192+94+251=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #C05EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05EFB is #3FA104. Grayscale: #8C8C8C. Windows color (decimal): -4169989 or 16473792. OLE color: 16473792.
HSL color Cylindrical-coordinate representation of color #C05EFB: hue angle of 277.45º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C05EFB is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 94 | 251 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.02 |
| HSL | 277.45º | 0.95% | 0.68% | - |
| HSV(B) | 277.45º | 0.63% | 0.98% | - |
| XYZ | 43.15 | 26.18 | 94.05 | - |
| YUV | 141.2 | 189.97 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 251 | 0.24 | 0.63 | 0 | 0.02 | 277.45 | 0.95 | 0.68 |
| Hex | C0 | 5E | FB | 18 | 3F | 0 | 2 | 115 | 5F | 44 |
| Octal | 300 | 136 | 373 | 30 | 77 | 0 | 2 | 425 | 137 | 104 |
| Binary | 11000000 | 1011110 | 11111011 | 11000 | 111111 | 0 | 10 | 100010101 | 1011111 | 1000100 |
Color Harmonies of #C05EFB
Complementary color
Monochromatic Colors of #C05EFB
Black with #C05EFB
Text Example
Text Example
White with #C05EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EFB; }
p { color: rgb(192,94,251); }
H1.HeaderClassName
{
color: #C05EFB;
}
.AnyTagClassName
{
color: #C05EFB;
}
</style>
background-color css
<style>
a { background-color: #C05EFB; }
a { background-color: rgb(192,94,251); }
div.DivClassName
{
background-color: #C05EFB;
}
.BgClassName
{
background-color: #C05EFB;
}
</style>
border-color css
<style>
span { border-color: #C05EFB; }
span { border-color: rgb(192,94,251); }
td.TdClassName
{
border-color: #C05EFB;
}
.TagClassName
{
border-color: #C05EFB;
}
</style>