Shades of Heliotrope #C06DEF
Tints of Heliotrope #C06DEF
RGB
CMYK
RGB Variations
Color information
#C06DEF (or 0xC06DEF) is known color: Heliotrope. HEX triplet: C0, 6D and EF. RGB value is (192,109,239). Sum of RGB (Red+Green+Blue) = 192+109+239=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #C06DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06DEF is #3F9210. Grayscale: #949494. Windows color (decimal): -4166161 or 15691200. OLE color: 15691200.
HSL color Cylindrical-coordinate representation of color #C06DEF: hue angle of 278.31º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06DEF is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 109 | 239 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.06 |
| HSL | 278.31º | 0.8% | 0.68% | - |
| HSV(B) | 278.31º | 0.54% | 0.94% | - |
| XYZ | 42.79 | 28.38 | 84.88 | - |
| YUV | 148.64 | 179 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 239 | 0.20 | 0.54 | 0 | 0.06 | 278.31 | 0.8 | 0.68 |
| Hex | C0 | 6D | EF | 14 | 36 | 0 | 6 | 116 | 50 | 44 |
| Octal | 300 | 155 | 357 | 24 | 66 | 0 | 6 | 426 | 120 | 104 |
| Binary | 11000000 | 1101101 | 11101111 | 10100 | 110110 | 0 | 110 | 100010110 | 1010000 | 1000100 |
Color Harmonies of #C06DEF
Complementary color
Monochromatic Colors of #C06DEF
Black with #C06DEF
Text Example
Text Example
White with #C06DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DEF; }
p { color: rgb(192,109,239); }
H1.HeaderClassName
{
color: #C06DEF;
}
.AnyTagClassName
{
color: #C06DEF;
}
</style>
background-color css
<style>
a { background-color: #C06DEF; }
a { background-color: rgb(192,109,239); }
div.DivClassName
{
background-color: #C06DEF;
}
.BgClassName
{
background-color: #C06DEF;
}
</style>
border-color css
<style>
span { border-color: #C06DEF; }
span { border-color: rgb(192,109,239); }
td.TdClassName
{
border-color: #C06DEF;
}
.TagClassName
{
border-color: #C06DEF;
}
</style>