Shades of Heliotrope #C06DFF
Tints of Heliotrope #C06DFF
RGB
CMYK
RGB Variations
Color information
#C06DFF (or 0xC06DFF) is known color: Heliotrope. HEX triplet: C0, 6D and FF. RGB value is (192,109,255). Sum of RGB (Red+Green+Blue) = 192+109+255=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #C06DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06DFF is #3F9200. Grayscale: #959595. Windows color (decimal): -4166145 or 16739776. OLE color: 16739776.
HSL color Cylindrical-coordinate representation of color #C06DFF: hue angle of 274.11º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06DFF is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 109 | 255 | - |
| CMYK | 0.25 | 0.57 | 0 | 0 |
| HSL | 274.11º | 1% | 0.71% | - |
| HSV(B) | 274.11º | 0.57% | 1% | - |
| XYZ | 45.26 | 29.36 | 97.89 | - |
| YUV | 150.46 | 187 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 255 | 0.25 | 0.57 | 0 | 0 | 274.11 | 1 | 0.71 |
| Hex | C0 | 6D | FF | 19 | 39 | 0 | 0 | 112 | 64 | 47 |
| Octal | 300 | 155 | 377 | 31 | 71 | 0 | 0 | 422 | 144 | 107 |
| Binary | 11000000 | 1101101 | 11111111 | 11001 | 111001 | 0 | 0 | 100010010 | 1100100 | 1000111 |
Color Harmonies of #C06DFF
Complementary color
Monochromatic Colors of #C06DFF
Black with #C06DFF
Text Example
Text Example
White with #C06DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DFF; }
p { color: rgb(192,109,255); }
H1.HeaderClassName
{
color: #C06DFF;
}
.AnyTagClassName
{
color: #C06DFF;
}
</style>
background-color css
<style>
a { background-color: #C06DFF; }
a { background-color: rgb(192,109,255); }
div.DivClassName
{
background-color: #C06DFF;
}
.BgClassName
{
background-color: #C06DFF;
}
</style>
border-color css
<style>
span { border-color: #C06DFF; }
span { border-color: rgb(192,109,255); }
td.TdClassName
{
border-color: #C06DFF;
}
.TagClassName
{
border-color: #C06DFF;
}
</style>