Shades of Heliotrope #C16FFB
Tints of Heliotrope #C16FFB
RGB
CMYK
RGB Variations
Color information
#C16FFB (or 0xC16FFB) is known color: Heliotrope. HEX triplet: C1, 6F and FB. RGB value is (193,111,251). Sum of RGB (Red+Green+Blue) = 193+111+251=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #C16FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16FFB is #3E9004. Grayscale: #979797. Windows color (decimal): -4100101 or 16478145. OLE color: 16478145.
HSL color Cylindrical-coordinate representation of color #C16FFB: hue angle of 275.14º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C16FFB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 111 | 251 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.02 |
| HSL | 275.14º | 0.95% | 0.71% | - |
| HSV(B) | 275.14º | 0.56% | 0.98% | - |
| XYZ | 45.09 | 29.67 | 94.62 | - |
| YUV | 151.48 | 184.17 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 251 | 0.23 | 0.56 | 0 | 0.02 | 275.14 | 0.95 | 0.71 |
| Hex | C1 | 6F | FB | 17 | 38 | 0 | 2 | 113 | 5F | 47 |
| Octal | 301 | 157 | 373 | 27 | 70 | 0 | 2 | 423 | 137 | 107 |
| Binary | 11000001 | 1101111 | 11111011 | 10111 | 111000 | 0 | 10 | 100010011 | 1011111 | 1000111 |
Color Harmonies of #C16FFB
Complementary color
Monochromatic Colors of #C16FFB
Black with #C16FFB
Text Example
Text Example
White with #C16FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FFB; }
p { color: rgb(193,111,251); }
H1.HeaderClassName
{
color: #C16FFB;
}
.AnyTagClassName
{
color: #C16FFB;
}
</style>
background-color css
<style>
a { background-color: #C16FFB; }
a { background-color: rgb(193,111,251); }
div.DivClassName
{
background-color: #C16FFB;
}
.BgClassName
{
background-color: #C16FFB;
}
</style>
border-color css
<style>
span { border-color: #C16FFB; }
span { border-color: rgb(193,111,251); }
td.TdClassName
{
border-color: #C16FFB;
}
.TagClassName
{
border-color: #C16FFB;
}
</style>