Shades of Heliotrope #C06BF3
Tints of Heliotrope #C06BF3
RGB
CMYK
RGB Variations
Color information
#C06BF3 (or 0xC06BF3) is known color: Heliotrope. HEX triplet: C0, 6B and F3. RGB value is (192,107,243). Sum of RGB (Red+Green+Blue) = 192+107+243=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #C06BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BF3 is #3F940C. Grayscale: #939393. Windows color (decimal): -4166669 or 15952832. OLE color: 15952832.
HSL color Cylindrical-coordinate representation of color #C06BF3: hue angle of 277.5º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06BF3 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 107 | 243 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.05 |
| HSL | 277.5º | 0.85% | 0.69% | - |
| HSV(B) | 277.5º | 0.56% | 0.95% | - |
| XYZ | 43.17 | 28.19 | 87.96 | - |
| YUV | 147.92 | 181.66 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 243 | 0.21 | 0.56 | 0 | 0.05 | 277.5 | 0.85 | 0.69 |
| Hex | C0 | 6B | F3 | 15 | 38 | 0 | 5 | 116 | 55 | 45 |
| Octal | 300 | 153 | 363 | 25 | 70 | 0 | 5 | 426 | 125 | 105 |
| Binary | 11000000 | 1101011 | 11110011 | 10101 | 111000 | 0 | 101 | 100010110 | 1010101 | 1000101 |
Color Harmonies of #C06BF3
Complementary color
Monochromatic Colors of #C06BF3
Black with #C06BF3
Text Example
Text Example
White with #C06BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BF3; }
p { color: rgb(192,107,243); }
H1.HeaderClassName
{
color: #C06BF3;
}
.AnyTagClassName
{
color: #C06BF3;
}
</style>
background-color css
<style>
a { background-color: #C06BF3; }
a { background-color: rgb(192,107,243); }
div.DivClassName
{
background-color: #C06BF3;
}
.BgClassName
{
background-color: #C06BF3;
}
</style>
border-color css
<style>
span { border-color: #C06BF3; }
span { border-color: rgb(192,107,243); }
td.TdClassName
{
border-color: #C06BF3;
}
.TagClassName
{
border-color: #C06BF3;
}
</style>