Shades of Heliotrope #C07AFC
Tints of Heliotrope #C07AFC
RGB
CMYK
RGB Variations
Color information
#C07AFC (or 0xC07AFC) is known color: Heliotrope. HEX triplet: C0, 7A and FC. RGB value is (192,122,252). Sum of RGB (Red+Green+Blue) = 192+122+252=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #C07AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07AFC is #3F8503. Grayscale: #9D9D9D. Windows color (decimal): -4162820 or 16546496. OLE color: 16546496.
HSL color Cylindrical-coordinate representation of color #C07AFC: hue angle of 272.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C07AFC is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 122 | 252 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.01 |
| HSL | 272.31º | 0.96% | 0.73% | - |
| HSV(B) | 272.31º | 0.52% | 0.99% | - |
| XYZ | 46.27 | 32.15 | 95.86 | - |
| YUV | 157.75 | 181.19 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 252 | 0.24 | 0.52 | 0 | 0.01 | 272.31 | 0.96 | 0.73 |
| Hex | C0 | 7A | FC | 18 | 34 | 0 | 1 | 110 | 60 | 49 |
| Octal | 300 | 172 | 374 | 30 | 64 | 0 | 1 | 420 | 140 | 111 |
| Binary | 11000000 | 1111010 | 11111100 | 11000 | 110100 | 0 | 1 | 100010000 | 1100000 | 1001001 |
Color Harmonies of #C07AFC
Complementary color
Monochromatic Colors of #C07AFC
Black with #C07AFC
Text Example
Text Example
White with #C07AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AFC; }
p { color: rgb(192,122,252); }
H1.HeaderClassName
{
color: #C07AFC;
}
.AnyTagClassName
{
color: #C07AFC;
}
</style>
background-color css
<style>
a { background-color: #C07AFC; }
a { background-color: rgb(192,122,252); }
div.DivClassName
{
background-color: #C07AFC;
}
.BgClassName
{
background-color: #C07AFC;
}
</style>
border-color css
<style>
span { border-color: #C07AFC; }
span { border-color: rgb(192,122,252); }
td.TdClassName
{
border-color: #C07AFC;
}
.TagClassName
{
border-color: #C07AFC;
}
</style>