Shades of Heliotrope #C16CFF
Tints of Heliotrope #C16CFF
RGB
CMYK
RGB Variations
Color information
#C16CFF (or 0xC16CFF) is known color: Heliotrope. HEX triplet: C1, 6C and FF. RGB value is (193,108,255). Sum of RGB (Red+Green+Blue) = 193+108+255=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 108 (42.58% from 255 or 19.42% 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 #C16CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16CFF is #3E9300. Grayscale: #959595. Windows color (decimal): -4100865 or 16739521. OLE color: 16739521.
HSL color Cylindrical-coordinate representation of color #C16CFF: hue angle of 274.69º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C16CFF is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 108 | 255 | - |
| CMYK | 0.24 | 0.58 | 0 | 0 |
| HSL | 274.69º | 1% | 0.71% | - |
| HSV(B) | 274.69º | 0.58% | 1% | - |
| XYZ | 45.4 | 29.28 | 97.87 | - |
| YUV | 150.17 | 187.16 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 255 | 0.24 | 0.58 | 0 | 0 | 274.69 | 1 | 0.71 |
| Hex | C1 | 6C | FF | 18 | 3A | 0 | 0 | 113 | 64 | 47 |
| Octal | 301 | 154 | 377 | 30 | 72 | 0 | 0 | 423 | 144 | 107 |
| Binary | 11000001 | 1101100 | 11111111 | 11000 | 111010 | 0 | 0 | 100010011 | 1100100 | 1000111 |
Color Harmonies of #C16CFF
Complementary color
Monochromatic Colors of #C16CFF
Black with #C16CFF
Text Example
Text Example
White with #C16CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CFF; }
p { color: rgb(193,108,255); }
H1.HeaderClassName
{
color: #C16CFF;
}
.AnyTagClassName
{
color: #C16CFF;
}
</style>
background-color css
<style>
a { background-color: #C16CFF; }
a { background-color: rgb(193,108,255); }
div.DivClassName
{
background-color: #C16CFF;
}
.BgClassName
{
background-color: #C16CFF;
}
</style>
border-color css
<style>
span { border-color: #C16CFF; }
span { border-color: rgb(193,108,255); }
td.TdClassName
{
border-color: #C16CFF;
}
.TagClassName
{
border-color: #C16CFF;
}
</style>