Shades of Heliotrope #C06DFC
Tints of Heliotrope #C06DFC
RGB
CMYK
RGB Variations
Color information
#C06DFC (or 0xC06DFC) is known color: Heliotrope. HEX triplet: C0, 6D and FC. RGB value is (192,109,252). Sum of RGB (Red+Green+Blue) = 192+109+252=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #C06DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06DFC is #3F9203. Grayscale: #959595. Windows color (decimal): -4166148 or 16543168. OLE color: 16543168.
HSL color Cylindrical-coordinate representation of color #C06DFC: hue angle of 274.83º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06DFC is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 109 | 252 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.01 |
| HSL | 274.83º | 0.96% | 0.71% | - |
| HSV(B) | 274.83º | 0.57% | 0.99% | - |
| XYZ | 44.78 | 29.17 | 95.37 | - |
| YUV | 150.12 | 185.5 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 252 | 0.24 | 0.57 | 0 | 0.01 | 274.83 | 0.96 | 0.71 |
| Hex | C0 | 6D | FC | 18 | 39 | 0 | 1 | 113 | 60 | 47 |
| Octal | 300 | 155 | 374 | 30 | 71 | 0 | 1 | 423 | 140 | 107 |
| Binary | 11000000 | 1101101 | 11111100 | 11000 | 111001 | 0 | 1 | 100010011 | 1100000 | 1000111 |
Color Harmonies of #C06DFC
Complementary color
Monochromatic Colors of #C06DFC
Black with #C06DFC
Text Example
Text Example
White with #C06DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DFC; }
p { color: rgb(192,109,252); }
H1.HeaderClassName
{
color: #C06DFC;
}
.AnyTagClassName
{
color: #C06DFC;
}
</style>
background-color css
<style>
a { background-color: #C06DFC; }
a { background-color: rgb(192,109,252); }
div.DivClassName
{
background-color: #C06DFC;
}
.BgClassName
{
background-color: #C06DFC;
}
</style>
border-color css
<style>
span { border-color: #C06DFC; }
span { border-color: rgb(192,109,252); }
td.TdClassName
{
border-color: #C06DFC;
}
.TagClassName
{
border-color: #C06DFC;
}
</style>