Shades of Heliotrope #C16CFD
Tints of Heliotrope #C16CFD
RGB
CMYK
RGB Variations
Color information
#C16CFD (or 0xC16CFD) is known color: Heliotrope. HEX triplet: C1, 6C and FD. RGB value is (193,108,253). Sum of RGB (Red+Green+Blue) = 193+108+253=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #C16CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16CFD is #3E9302. Grayscale: #959595. Windows color (decimal): -4100867 or 16608449. OLE color: 16608449.
HSL color Cylindrical-coordinate representation of color #C16CFD: hue angle of 275.17º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C16CFD is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 108 | 253 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.01 |
| HSL | 275.17º | 0.97% | 0.71% | - |
| HSV(B) | 275.17º | 0.57% | 0.99% | - |
| XYZ | 45.08 | 29.15 | 96.18 | - |
| YUV | 149.95 | 186.16 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 253 | 0.24 | 0.57 | 0 | 0.01 | 275.17 | 0.97 | 0.71 |
| Hex | C1 | 6C | FD | 18 | 39 | 0 | 1 | 113 | 61 | 47 |
| Octal | 301 | 154 | 375 | 30 | 71 | 0 | 1 | 423 | 141 | 107 |
| Binary | 11000001 | 1101100 | 11111101 | 11000 | 111001 | 0 | 1 | 100010011 | 1100001 | 1000111 |
Color Harmonies of #C16CFD
Complementary color
Monochromatic Colors of #C16CFD
Black with #C16CFD
Text Example
Text Example
White with #C16CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CFD; }
p { color: rgb(193,108,253); }
H1.HeaderClassName
{
color: #C16CFD;
}
.AnyTagClassName
{
color: #C16CFD;
}
</style>
background-color css
<style>
a { background-color: #C16CFD; }
a { background-color: rgb(193,108,253); }
div.DivClassName
{
background-color: #C16CFD;
}
.BgClassName
{
background-color: #C16CFD;
}
</style>
border-color css
<style>
span { border-color: #C16CFD; }
span { border-color: rgb(193,108,253); }
td.TdClassName
{
border-color: #C16CFD;
}
.TagClassName
{
border-color: #C16CFD;
}
</style>