Shades of Heliotrope #C07AFF
Tints of Heliotrope #C07AFF
RGB
CMYK
RGB Variations
Color information
#C07AFF (or 0xC07AFF) is known color: Heliotrope. HEX triplet: C0, 7A and FF. RGB value is (192,122,255). Sum of RGB (Red+Green+Blue) = 192+122+255=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #C07AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07AFF is #3F8500. Grayscale: #9D9D9D. Windows color (decimal): -4162817 or 16743104. OLE color: 16743104.
HSL color Cylindrical-coordinate representation of color #C07AFF: hue angle of 271.58º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C07AFF is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 122 | 255 | - |
| CMYK | 0.25 | 0.52 | 0 | 0 |
| HSL | 271.58º | 1% | 0.74% | - |
| HSV(B) | 271.58º | 0.52% | 1% | - |
| XYZ | 46.75 | 32.35 | 98.39 | - |
| YUV | 158.09 | 182.69 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 255 | 0.25 | 0.52 | 0 | 0 | 271.58 | 1 | 0.74 |
| Hex | C0 | 7A | FF | 19 | 34 | 0 | 0 | 110 | 64 | 4A |
| Octal | 300 | 172 | 377 | 31 | 64 | 0 | 0 | 420 | 144 | 112 |
| Binary | 11000000 | 1111010 | 11111111 | 11001 | 110100 | 0 | 0 | 100010000 | 1100100 | 1001010 |
Color Harmonies of #C07AFF
Complementary color
Monochromatic Colors of #C07AFF
Black with #C07AFF
Text Example
Text Example
White with #C07AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AFF; }
p { color: rgb(192,122,255); }
H1.HeaderClassName
{
color: #C07AFF;
}
.AnyTagClassName
{
color: #C07AFF;
}
</style>
background-color css
<style>
a { background-color: #C07AFF; }
a { background-color: rgb(192,122,255); }
div.DivClassName
{
background-color: #C07AFF;
}
.BgClassName
{
background-color: #C07AFF;
}
</style>
border-color css
<style>
span { border-color: #C07AFF; }
span { border-color: rgb(192,122,255); }
td.TdClassName
{
border-color: #C07AFF;
}
.TagClassName
{
border-color: #C07AFF;
}
</style>