Shades of Heliotrope #C076E8
Tints of Heliotrope #C076E8
RGB
CMYK
RGB Variations
Color information
#C076E8 (or 0xC076E8) is known color: Heliotrope. HEX triplet: C0, 76 and E8. RGB value is (192,118,232). Sum of RGB (Red+Green+Blue) = 192+118+232=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #C076E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076E8 is #3F8917. Grayscale: #989898. Windows color (decimal): -4163864 or 15234752. OLE color: 15234752.
HSL color Cylindrical-coordinate representation of color #C076E8: hue angle of 278.95º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C076E8 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 118 | 232 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.09 |
| HSL | 278.95º | 0.71% | 0.69% | - |
| HSV(B) | 278.95º | 0.49% | 0.91% | - |
| XYZ | 42.78 | 29.99 | 79.88 | - |
| YUV | 153.12 | 172.52 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 232 | 0.17 | 0.49 | 0 | 0.09 | 278.95 | 0.71 | 0.69 |
| Hex | C0 | 76 | E8 | 11 | 31 | 0 | 9 | 117 | 47 | 45 |
| Octal | 300 | 166 | 350 | 21 | 61 | 0 | 11 | 427 | 107 | 105 |
| Binary | 11000000 | 1110110 | 11101000 | 10001 | 110001 | 0 | 1001 | 100010111 | 1000111 | 1000101 |
Color Harmonies of #C076E8
Complementary color
Monochromatic Colors of #C076E8
Black with #C076E8
Text Example
Text Example
White with #C076E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076E8; }
p { color: rgb(192,118,232); }
H1.HeaderClassName
{
color: #C076E8;
}
.AnyTagClassName
{
color: #C076E8;
}
</style>
background-color css
<style>
a { background-color: #C076E8; }
a { background-color: rgb(192,118,232); }
div.DivClassName
{
background-color: #C076E8;
}
.BgClassName
{
background-color: #C076E8;
}
</style>
border-color css
<style>
span { border-color: #C076E8; }
span { border-color: rgb(192,118,232); }
td.TdClassName
{
border-color: #C076E8;
}
.TagClassName
{
border-color: #C076E8;
}
</style>