Shades of Heliotrope #C07CEB
Tints of Heliotrope #C07CEB
RGB
CMYK
RGB Variations
Color information
#C07CEB (or 0xC07CEB) is known color: Heliotrope. HEX triplet: C0, 7C and EB. RGB value is (192,124,235). Sum of RGB (Red+Green+Blue) = 192+124+235=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #C07CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07CEB is #3F8314. Grayscale: #9C9C9C. Windows color (decimal): -4162325 or 15432896. OLE color: 15432896.
HSL color Cylindrical-coordinate representation of color #C07CEB: hue angle of 276.76º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07CEB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 124 | 235 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.08 |
| HSL | 276.76º | 0.74% | 0.7% | - |
| HSV(B) | 276.76º | 0.47% | 0.92% | - |
| XYZ | 43.94 | 31.62 | 82.38 | - |
| YUV | 156.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 235 | 0.18 | 0.47 | 0 | 0.08 | 276.76 | 0.74 | 0.7 |
| Hex | C0 | 7C | EB | 12 | 2F | 0 | 8 | 115 | 4A | 46 |
| Octal | 300 | 174 | 353 | 22 | 57 | 0 | 10 | 425 | 112 | 106 |
| Binary | 11000000 | 1111100 | 11101011 | 10010 | 101111 | 0 | 1000 | 100010101 | 1001010 | 1000110 |
Color Harmonies of #C07CEB
Complementary color
Monochromatic Colors of #C07CEB
Black with #C07CEB
Text Example
Text Example
White with #C07CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07CEB; }
p { color: rgb(192,124,235); }
H1.HeaderClassName
{
color: #C07CEB;
}
.AnyTagClassName
{
color: #C07CEB;
}
</style>
background-color css
<style>
a { background-color: #C07CEB; }
a { background-color: rgb(192,124,235); }
div.DivClassName
{
background-color: #C07CEB;
}
.BgClassName
{
background-color: #C07CEB;
}
</style>
border-color css
<style>
span { border-color: #C07CEB; }
span { border-color: rgb(192,124,235); }
td.TdClassName
{
border-color: #C07CEB;
}
.TagClassName
{
border-color: #C07CEB;
}
</style>