Shades of Heliotrope #C16BFA
Tints of Heliotrope #C16BFA
RGB
CMYK
RGB Variations
Color information
#C16BFA (or 0xC16BFA) is known color: Heliotrope. HEX triplet: C1, 6B and FA. RGB value is (193,107,250). Sum of RGB (Red+Green+Blue) = 193+107+250=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #C16BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16BFA is #3E9405. Grayscale: #949494. Windows color (decimal): -4101126 or 16411585. OLE color: 16411585.
HSL color Cylindrical-coordinate representation of color #C16BFA: hue angle of 276.08º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C16BFA is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 107 | 250 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.02 |
| HSL | 276.08º | 0.93% | 0.7% | - |
| HSV(B) | 276.08º | 0.57% | 0.98% | - |
| XYZ | 44.51 | 28.75 | 93.65 | - |
| YUV | 149.02 | 184.99 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 250 | 0.23 | 0.57 | 0 | 0.02 | 276.08 | 0.93 | 0.7 |
| Hex | C1 | 6B | FA | 17 | 39 | 0 | 2 | 114 | 5D | 46 |
| Octal | 301 | 153 | 372 | 27 | 71 | 0 | 2 | 424 | 135 | 106 |
| Binary | 11000001 | 1101011 | 11111010 | 10111 | 111001 | 0 | 10 | 100010100 | 1011101 | 1000110 |
Color Harmonies of #C16BFA
Complementary color
Monochromatic Colors of #C16BFA
Black with #C16BFA
Text Example
Text Example
White with #C16BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BFA; }
p { color: rgb(193,107,250); }
H1.HeaderClassName
{
color: #C16BFA;
}
.AnyTagClassName
{
color: #C16BFA;
}
</style>
background-color css
<style>
a { background-color: #C16BFA; }
a { background-color: rgb(193,107,250); }
div.DivClassName
{
background-color: #C16BFA;
}
.BgClassName
{
background-color: #C16BFA;
}
</style>
border-color css
<style>
span { border-color: #C16BFA; }
span { border-color: rgb(193,107,250); }
td.TdClassName
{
border-color: #C16BFA;
}
.TagClassName
{
border-color: #C16BFA;
}
</style>