Shades of Heliotrope #C16BF5
Tints of Heliotrope #C16BF5
RGB
CMYK
RGB Variations
Color information
#C16BF5 (or 0xC16BF5) is known color: Heliotrope. HEX triplet: C1, 6B and F5. RGB value is (193,107,245). Sum of RGB (Red+Green+Blue) = 193+107+245=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #C16BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16BF5 is #3E940A. Grayscale: #939393. Windows color (decimal): -4101131 or 16083905. OLE color: 16083905.
HSL color Cylindrical-coordinate representation of color #C16BF5: hue angle of 277.39º degrees, saturation: 0.87, 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 #C16BF5 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 107 | 245 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.04 |
| HSL | 277.39º | 0.87% | 0.69% | - |
| HSV(B) | 277.39º | 0.56% | 0.96% | - |
| XYZ | 43.73 | 28.45 | 89.57 | - |
| YUV | 148.45 | 182.49 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 245 | 0.21 | 0.56 | 0 | 0.04 | 277.39 | 0.87 | 0.69 |
| Hex | C1 | 6B | F5 | 15 | 38 | 0 | 4 | 115 | 57 | 45 |
| Octal | 301 | 153 | 365 | 25 | 70 | 0 | 4 | 425 | 127 | 105 |
| Binary | 11000001 | 1101011 | 11110101 | 10101 | 111000 | 0 | 100 | 100010101 | 1010111 | 1000101 |
Color Harmonies of #C16BF5
Complementary color
Monochromatic Colors of #C16BF5
Black with #C16BF5
Text Example
Text Example
White with #C16BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BF5; }
p { color: rgb(193,107,245); }
H1.HeaderClassName
{
color: #C16BF5;
}
.AnyTagClassName
{
color: #C16BF5;
}
</style>
background-color css
<style>
a { background-color: #C16BF5; }
a { background-color: rgb(193,107,245); }
div.DivClassName
{
background-color: #C16BF5;
}
.BgClassName
{
background-color: #C16BF5;
}
</style>
border-color css
<style>
span { border-color: #C16BF5; }
span { border-color: rgb(193,107,245); }
td.TdClassName
{
border-color: #C16BF5;
}
.TagClassName
{
border-color: #C16BF5;
}
</style>