Shades of Heliotrope #C07BEC
Tints of Heliotrope #C07BEC
RGB
CMYK
RGB Variations
Color information
#C07BEC (or 0xC07BEC) is known color: Heliotrope. HEX triplet: C0, 7B and EC. RGB value is (192,123,236). Sum of RGB (Red+Green+Blue) = 192+123+236=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #C07BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BEC is #3F8413. Grayscale: #9C9C9C. Windows color (decimal): -4162580 or 15498176. OLE color: 15498176.
HSL color Cylindrical-coordinate representation of color #C07BEC: hue angle of 276.64º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07BEC is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 123 | 236 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.07 |
| HSL | 276.64º | 0.75% | 0.7% | - |
| HSV(B) | 276.64º | 0.48% | 0.93% | - |
| XYZ | 43.96 | 31.43 | 83.11 | - |
| YUV | 156.51 | 172.86 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 236 | 0.19 | 0.48 | 0 | 0.07 | 276.64 | 0.75 | 0.7 |
| Hex | C0 | 7B | EC | 13 | 30 | 0 | 7 | 115 | 4B | 46 |
| Octal | 300 | 173 | 354 | 23 | 60 | 0 | 7 | 425 | 113 | 106 |
| Binary | 11000000 | 1111011 | 11101100 | 10011 | 110000 | 0 | 111 | 100010101 | 1001011 | 1000110 |
Color Harmonies of #C07BEC
Complementary color
Monochromatic Colors of #C07BEC
Black with #C07BEC
Text Example
Text Example
White with #C07BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BEC; }
p { color: rgb(192,123,236); }
H1.HeaderClassName
{
color: #C07BEC;
}
.AnyTagClassName
{
color: #C07BEC;
}
</style>
background-color css
<style>
a { background-color: #C07BEC; }
a { background-color: rgb(192,123,236); }
div.DivClassName
{
background-color: #C07BEC;
}
.BgClassName
{
background-color: #C07BEC;
}
</style>
border-color css
<style>
span { border-color: #C07BEC; }
span { border-color: rgb(192,123,236); }
td.TdClassName
{
border-color: #C07BEC;
}
.TagClassName
{
border-color: #C07BEC;
}
</style>