Shades of Heliotrope #C16BFC
Tints of Heliotrope #C16BFC
RGB
CMYK
RGB Variations
Color information
#C16BFC (or 0xC16BFC) is known color: Heliotrope. HEX triplet: C1, 6B and FC. RGB value is (193,107,252). Sum of RGB (Red+Green+Blue) = 193+107+252=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #C16BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16BFC is #3E9403. Grayscale: #949494. Windows color (decimal): -4101124 or 16542657. OLE color: 16542657.
HSL color Cylindrical-coordinate representation of color #C16BFC: hue angle of 275.59º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C16BFC is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 107 | 252 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.01 |
| HSL | 275.59º | 0.96% | 0.7% | - |
| HSV(B) | 275.59º | 0.58% | 0.99% | - |
| XYZ | 44.82 | 28.88 | 95.31 | - |
| YUV | 149.24 | 185.99 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 252 | 0.23 | 0.58 | 0 | 0.01 | 275.59 | 0.96 | 0.7 |
| Hex | C1 | 6B | FC | 17 | 3A | 0 | 1 | 114 | 60 | 46 |
| Octal | 301 | 153 | 374 | 27 | 72 | 0 | 1 | 424 | 140 | 106 |
| Binary | 11000001 | 1101011 | 11111100 | 10111 | 111010 | 0 | 1 | 100010100 | 1100000 | 1000110 |
Color Harmonies of #C16BFC
Complementary color
Monochromatic Colors of #C16BFC
Black with #C16BFC
Text Example
Text Example
White with #C16BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BFC; }
p { color: rgb(193,107,252); }
H1.HeaderClassName
{
color: #C16BFC;
}
.AnyTagClassName
{
color: #C16BFC;
}
</style>
background-color css
<style>
a { background-color: #C16BFC; }
a { background-color: rgb(193,107,252); }
div.DivClassName
{
background-color: #C16BFC;
}
.BgClassName
{
background-color: #C16BFC;
}
</style>
border-color css
<style>
span { border-color: #C16BFC; }
span { border-color: rgb(193,107,252); }
td.TdClassName
{
border-color: #C16BFC;
}
.TagClassName
{
border-color: #C16BFC;
}
</style>