Shades of Heliotrope #C06CF2
Tints of Heliotrope #C06CF2
RGB
CMYK
RGB Variations
Color information
#C06CF2 (or 0xC06CF2) is known color: Heliotrope. HEX triplet: C0, 6C and F2. RGB value is (192,108,242). Sum of RGB (Red+Green+Blue) = 192+108+242=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #C06CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06CF2 is #3F930D. Grayscale: #939393. Windows color (decimal): -4166414 or 15887552. OLE color: 15887552.
HSL color Cylindrical-coordinate representation of color #C06CF2: hue angle of 277.61º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06CF2 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 108 | 242 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.05 |
| HSL | 277.61º | 0.84% | 0.69% | - |
| HSV(B) | 277.61º | 0.55% | 0.95% | - |
| XYZ | 43.13 | 28.34 | 87.2 | - |
| YUV | 148.39 | 180.83 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 242 | 0.21 | 0.55 | 0 | 0.05 | 277.61 | 0.84 | 0.69 |
| Hex | C0 | 6C | F2 | 15 | 37 | 0 | 5 | 116 | 54 | 45 |
| Octal | 300 | 154 | 362 | 25 | 67 | 0 | 5 | 426 | 124 | 105 |
| Binary | 11000000 | 1101100 | 11110010 | 10101 | 110111 | 0 | 101 | 100010110 | 1010100 | 1000101 |
Color Harmonies of #C06CF2
Complementary color
Monochromatic Colors of #C06CF2
Black with #C06CF2
Text Example
Text Example
White with #C06CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CF2; }
p { color: rgb(192,108,242); }
H1.HeaderClassName
{
color: #C06CF2;
}
.AnyTagClassName
{
color: #C06CF2;
}
</style>
background-color css
<style>
a { background-color: #C06CF2; }
a { background-color: rgb(192,108,242); }
div.DivClassName
{
background-color: #C06CF2;
}
.BgClassName
{
background-color: #C06CF2;
}
</style>
border-color css
<style>
span { border-color: #C06CF2; }
span { border-color: rgb(192,108,242); }
td.TdClassName
{
border-color: #C06CF2;
}
.TagClassName
{
border-color: #C06CF2;
}
</style>