Shades of Heliotrope #C06AF6
Tints of Heliotrope #C06AF6
RGB
CMYK
RGB Variations
Color information
#C06AF6 (or 0xC06AF6) is known color: Heliotrope. HEX triplet: C0, 6A and F6. RGB value is (192,106,246). Sum of RGB (Red+Green+Blue) = 192+106+246=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #C06AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AF6 is #3F9509. Grayscale: #939393. Windows color (decimal): -4166922 or 16149184. OLE color: 16149184.
HSL color Cylindrical-coordinate representation of color #C06AF6: hue angle of 276.86º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06AF6 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 106 | 246 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.04 |
| HSL | 276.86º | 0.89% | 0.69% | - |
| HSV(B) | 276.86º | 0.57% | 0.96% | - |
| XYZ | 43.53 | 28.17 | 90.33 | - |
| YUV | 147.67 | 183.49 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 246 | 0.22 | 0.57 | 0 | 0.04 | 276.86 | 0.89 | 0.69 |
| Hex | C0 | 6A | F6 | 16 | 39 | 0 | 4 | 115 | 59 | 45 |
| Octal | 300 | 152 | 366 | 26 | 71 | 0 | 4 | 425 | 131 | 105 |
| Binary | 11000000 | 1101010 | 11110110 | 10110 | 111001 | 0 | 100 | 100010101 | 1011001 | 1000101 |
Color Harmonies of #C06AF6
Complementary color
Monochromatic Colors of #C06AF6
Black with #C06AF6
Text Example
Text Example
White with #C06AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AF6; }
p { color: rgb(192,106,246); }
H1.HeaderClassName
{
color: #C06AF6;
}
.AnyTagClassName
{
color: #C06AF6;
}
</style>
background-color css
<style>
a { background-color: #C06AF6; }
a { background-color: rgb(192,106,246); }
div.DivClassName
{
background-color: #C06AF6;
}
.BgClassName
{
background-color: #C06AF6;
}
</style>
border-color css
<style>
span { border-color: #C06AF6; }
span { border-color: rgb(192,106,246); }
td.TdClassName
{
border-color: #C06AF6;
}
.TagClassName
{
border-color: #C06AF6;
}
</style>