Shades of Heliotrope #C06AFC
Tints of Heliotrope #C06AFC
RGB
CMYK
RGB Variations
Color information
#C06AFC (or 0xC06AFC) is known color: Heliotrope. HEX triplet: C0, 6A and FC. RGB value is (192,106,252). Sum of RGB (Red+Green+Blue) = 192+106+252=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #C06AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AFC is #3F9503. Grayscale: #939393. Windows color (decimal): -4166916 or 16542400. OLE color: 16542400.
HSL color Cylindrical-coordinate representation of color #C06AFC: hue angle of 275.34º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C06AFC is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 106 | 252 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.01 |
| HSL | 275.34º | 0.96% | 0.7% | - |
| HSV(B) | 275.34º | 0.58% | 0.99% | - |
| XYZ | 44.46 | 28.54 | 95.26 | - |
| YUV | 148.36 | 186.49 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 252 | 0.24 | 0.58 | 0 | 0.01 | 275.34 | 0.96 | 0.7 |
| Hex | C0 | 6A | FC | 18 | 3A | 0 | 1 | 113 | 60 | 46 |
| Octal | 300 | 152 | 374 | 30 | 72 | 0 | 1 | 423 | 140 | 106 |
| Binary | 11000000 | 1101010 | 11111100 | 11000 | 111010 | 0 | 1 | 100010011 | 1100000 | 1000110 |
Color Harmonies of #C06AFC
Complementary color
Monochromatic Colors of #C06AFC
Black with #C06AFC
Text Example
Text Example
White with #C06AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AFC; }
p { color: rgb(192,106,252); }
H1.HeaderClassName
{
color: #C06AFC;
}
.AnyTagClassName
{
color: #C06AFC;
}
</style>
background-color css
<style>
a { background-color: #C06AFC; }
a { background-color: rgb(192,106,252); }
div.DivClassName
{
background-color: #C06AFC;
}
.BgClassName
{
background-color: #C06AFC;
}
</style>
border-color css
<style>
span { border-color: #C06AFC; }
span { border-color: rgb(192,106,252); }
td.TdClassName
{
border-color: #C06AFC;
}
.TagClassName
{
border-color: #C06AFC;
}
</style>