Shades of Heliotrope #C16BF4
Tints of Heliotrope #C16BF4
RGB
CMYK
RGB Variations
Color information
#C16BF4 (or 0xC16BF4) is known color: Heliotrope. HEX triplet: C1, 6B and F4. RGB value is (193,107,244). Sum of RGB (Red+Green+Blue) = 193+107+244=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 244 - color contains mainly: blue. Hex color #C16BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16BF4 is #3E940B. Grayscale: #939393. Windows color (decimal): -4101132 or 16018369. OLE color: 16018369.
HSL color Cylindrical-coordinate representation of color #C16BF4: hue angle of 277.66º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C16BF4 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 107 | 244 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.04 |
| HSL | 277.66º | 0.86% | 0.69% | - |
| HSV(B) | 277.66º | 0.56% | 0.96% | - |
| XYZ | 43.58 | 28.38 | 88.77 | - |
| YUV | 148.33 | 181.99 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 244 | 0.21 | 0.56 | 0 | 0.04 | 277.66 | 0.86 | 0.69 |
| Hex | C1 | 6B | F4 | 15 | 38 | 0 | 4 | 116 | 56 | 45 |
| Octal | 301 | 153 | 364 | 25 | 70 | 0 | 4 | 426 | 126 | 105 |
| Binary | 11000001 | 1101011 | 11110100 | 10101 | 111000 | 0 | 100 | 100010110 | 1010110 | 1000101 |
Color Harmonies of #C16BF4
Complementary color
Monochromatic Colors of #C16BF4
Black with #C16BF4
Text Example
Text Example
White with #C16BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BF4; }
p { color: rgb(193,107,244); }
H1.HeaderClassName
{
color: #C16BF4;
}
.AnyTagClassName
{
color: #C16BF4;
}
</style>
background-color css
<style>
a { background-color: #C16BF4; }
a { background-color: rgb(193,107,244); }
div.DivClassName
{
background-color: #C16BF4;
}
.BgClassName
{
background-color: #C16BF4;
}
</style>
border-color css
<style>
span { border-color: #C16BF4; }
span { border-color: rgb(193,107,244); }
td.TdClassName
{
border-color: #C16BF4;
}
.TagClassName
{
border-color: #C16BF4;
}
</style>