Shades of Heliotrope #C76BEC
Tints of Heliotrope #C76BEC
RGB
CMYK
RGB Variations
Color information
#C76BEC (or 0xC76BEC) is known color: Heliotrope. HEX triplet: C7, 6B and EC. RGB value is (199,107,236). Sum of RGB (Red+Green+Blue) = 199+107+236=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #C76BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76BEC is #389413. Grayscale: #949494. Windows color (decimal): -3707924 or 15494087. OLE color: 15494087.
HSL color Cylindrical-coordinate representation of color #C76BEC: hue angle of 282.79º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C76BEC is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 107 | 236 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.07 |
| HSL | 282.79º | 0.77% | 0.67% | - |
| HSV(B) | 282.79º | 0.55% | 0.93% | - |
| XYZ | 43.95 | 28.71 | 82.58 | - |
| YUV | 149.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 236 | 0.16 | 0.55 | 0 | 0.07 | 282.79 | 0.77 | 0.67 |
| Hex | C7 | 6B | EC | 10 | 37 | 0 | 7 | 11B | 4D | 43 |
| Octal | 307 | 153 | 354 | 20 | 67 | 0 | 7 | 433 | 115 | 103 |
| Binary | 11000111 | 1101011 | 11101100 | 10000 | 110111 | 0 | 111 | 100011011 | 1001101 | 1000011 |
Color Harmonies of #C76BEC
Complementary color
Monochromatic Colors of #C76BEC
Black with #C76BEC
Text Example
Text Example
White with #C76BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BEC; }
p { color: rgb(199,107,236); }
H1.HeaderClassName
{
color: #C76BEC;
}
.AnyTagClassName
{
color: #C76BEC;
}
</style>
background-color css
<style>
a { background-color: #C76BEC; }
a { background-color: rgb(199,107,236); }
div.DivClassName
{
background-color: #C76BEC;
}
.BgClassName
{
background-color: #C76BEC;
}
</style>
border-color css
<style>
span { border-color: #C76BEC; }
span { border-color: rgb(199,107,236); }
td.TdClassName
{
border-color: #C76BEC;
}
.TagClassName
{
border-color: #C76BEC;
}
</style>