Shades of Heliotrope #C06DFE
Tints of Heliotrope #C06DFE
RGB
CMYK
RGB Variations
Color information
#C06DFE (or 0xC06DFE) is known color: Heliotrope. HEX triplet: C0, 6D and FE. RGB value is (192,109,254). Sum of RGB (Red+Green+Blue) = 192+109+254=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #C06DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06DFE is #3F9201. Grayscale: #959595. Windows color (decimal): -4166146 or 16674240. OLE color: 16674240.
HSL color Cylindrical-coordinate representation of color #C06DFE: hue angle of 274.34º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06DFE is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 109 | 254 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.00 |
| HSL | 274.34º | 0.99% | 0.71% | - |
| HSV(B) | 274.34º | 0.57% | 1% | - |
| XYZ | 45.1 | 29.3 | 97.04 | - |
| YUV | 150.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 254 | 0.24 | 0.57 | 0 | 0.00 | 274.34 | 0.99 | 0.71 |
| Hex | C0 | 6D | FE | 18 | 39 | 0 | 0 | 112 | 63 | 47 |
| Octal | 300 | 155 | 376 | 30 | 71 | 0 | 0 | 422 | 143 | 107 |
| Binary | 11000000 | 1101101 | 11111110 | 11000 | 111001 | 0 | 0 | 100010010 | 1100011 | 1000111 |
Color Harmonies of #C06DFE
Complementary color
Monochromatic Colors of #C06DFE
Black with #C06DFE
Text Example
Text Example
White with #C06DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DFE; }
p { color: rgb(192,109,254); }
H1.HeaderClassName
{
color: #C06DFE;
}
.AnyTagClassName
{
color: #C06DFE;
}
</style>
background-color css
<style>
a { background-color: #C06DFE; }
a { background-color: rgb(192,109,254); }
div.DivClassName
{
background-color: #C06DFE;
}
.BgClassName
{
background-color: #C06DFE;
}
</style>
border-color css
<style>
span { border-color: #C06DFE; }
span { border-color: rgb(192,109,254); }
td.TdClassName
{
border-color: #C06DFE;
}
.TagClassName
{
border-color: #C06DFE;
}
</style>