Shades of Heliotrope #C16BFD
Tints of Heliotrope #C16BFD
RGB
CMYK
RGB Variations
Color information
#C16BFD (or 0xC16BFD) is known color: Heliotrope. HEX triplet: C1, 6B and FD. RGB value is (193,107,253). Sum of RGB (Red+Green+Blue) = 193+107+253=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 107 (42.19% from 255 or 19.35% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #C16BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16BFD is #3E9402. Grayscale: #949494. Windows color (decimal): -4101123 or 16608193. OLE color: 16608193.
HSL color Cylindrical-coordinate representation of color #C16BFD: hue angle of 275.34º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C16BFD is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 107 | 253 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.01 |
| HSL | 275.34º | 0.97% | 0.71% | - |
| HSV(B) | 275.34º | 0.58% | 0.99% | - |
| XYZ | 44.98 | 28.94 | 96.14 | - |
| YUV | 149.36 | 186.49 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 253 | 0.24 | 0.58 | 0 | 0.01 | 275.34 | 0.97 | 0.71 |
| Hex | C1 | 6B | FD | 18 | 3A | 0 | 1 | 113 | 61 | 47 |
| Octal | 301 | 153 | 375 | 30 | 72 | 0 | 1 | 423 | 141 | 107 |
| Binary | 11000001 | 1101011 | 11111101 | 11000 | 111010 | 0 | 1 | 100010011 | 1100001 | 1000111 |
Color Harmonies of #C16BFD
Complementary color
Monochromatic Colors of #C16BFD
Black with #C16BFD
Text Example
Text Example
White with #C16BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BFD; }
p { color: rgb(193,107,253); }
H1.HeaderClassName
{
color: #C16BFD;
}
.AnyTagClassName
{
color: #C16BFD;
}
</style>
background-color css
<style>
a { background-color: #C16BFD; }
a { background-color: rgb(193,107,253); }
div.DivClassName
{
background-color: #C16BFD;
}
.BgClassName
{
background-color: #C16BFD;
}
</style>
border-color css
<style>
span { border-color: #C16BFD; }
span { border-color: rgb(193,107,253); }
td.TdClassName
{
border-color: #C16BFD;
}
.TagClassName
{
border-color: #C16BFD;
}
</style>