Shades of Heliotrope #C16DFC
Tints of Heliotrope #C16DFC
RGB
CMYK
RGB Variations
Color information
#C16DFC (or 0xC16DFC) is known color: Heliotrope. HEX triplet: C1, 6D and FC. RGB value is (193,109,252). Sum of RGB (Red+Green+Blue) = 193+109+252=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #C16DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16DFC is #3E9203. Grayscale: #959595. Windows color (decimal): -4100612 or 16543169. OLE color: 16543169.
HSL color Cylindrical-coordinate representation of color #C16DFC: hue angle of 275.24º 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 #C16DFC is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 109 | 252 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.01 |
| HSL | 275.24º | 0.96% | 0.71% | - |
| HSV(B) | 275.24º | 0.57% | 0.99% | - |
| XYZ | 45.03 | 29.3 | 95.38 | - |
| YUV | 150.42 | 185.33 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 252 | 0.23 | 0.57 | 0 | 0.01 | 275.24 | 0.96 | 0.71 |
| Hex | C1 | 6D | FC | 17 | 39 | 0 | 1 | 113 | 60 | 47 |
| Octal | 301 | 155 | 374 | 27 | 71 | 0 | 1 | 423 | 140 | 107 |
| Binary | 11000001 | 1101101 | 11111100 | 10111 | 111001 | 0 | 1 | 100010011 | 1100000 | 1000111 |
Color Harmonies of #C16DFC
Complementary color
Monochromatic Colors of #C16DFC
Black with #C16DFC
Text Example
Text Example
White with #C16DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DFC; }
p { color: rgb(193,109,252); }
H1.HeaderClassName
{
color: #C16DFC;
}
.AnyTagClassName
{
color: #C16DFC;
}
</style>
background-color css
<style>
a { background-color: #C16DFC; }
a { background-color: rgb(193,109,252); }
div.DivClassName
{
background-color: #C16DFC;
}
.BgClassName
{
background-color: #C16DFC;
}
</style>
border-color css
<style>
span { border-color: #C16DFC; }
span { border-color: rgb(193,109,252); }
td.TdClassName
{
border-color: #C16DFC;
}
.TagClassName
{
border-color: #C16DFC;
}
</style>