Shades of Heliotrope #C16EFD
Tints of Heliotrope #C16EFD
RGB
CMYK
RGB Variations
Color information
#C16EFD (or 0xC16EFD) is known color: Heliotrope. HEX triplet: C1, 6E and FD. RGB value is (193,110,253). Sum of RGB (Red+Green+Blue) = 193+110+253=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #C16EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EFD is #3E9102. Grayscale: #969696. Windows color (decimal): -4100355 or 16608961. OLE color: 16608961.
HSL color Cylindrical-coordinate representation of color #C16EFD: hue angle of 274.83º 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 #C16EFD is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 110 | 253 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.01 |
| HSL | 274.83º | 0.97% | 0.71% | - |
| HSV(B) | 274.83º | 0.57% | 0.99% | - |
| XYZ | 45.3 | 29.58 | 96.25 | - |
| YUV | 151.12 | 185.5 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 253 | 0.24 | 0.57 | 0 | 0.01 | 274.83 | 0.97 | 0.71 |
| Hex | C1 | 6E | FD | 18 | 39 | 0 | 1 | 113 | 61 | 47 |
| Octal | 301 | 156 | 375 | 30 | 71 | 0 | 1 | 423 | 141 | 107 |
| Binary | 11000001 | 1101110 | 11111101 | 11000 | 111001 | 0 | 1 | 100010011 | 1100001 | 1000111 |
Color Harmonies of #C16EFD
Complementary color
Monochromatic Colors of #C16EFD
Black with #C16EFD
Text Example
Text Example
White with #C16EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EFD; }
p { color: rgb(193,110,253); }
H1.HeaderClassName
{
color: #C16EFD;
}
.AnyTagClassName
{
color: #C16EFD;
}
</style>
background-color css
<style>
a { background-color: #C16EFD; }
a { background-color: rgb(193,110,253); }
div.DivClassName
{
background-color: #C16EFD;
}
.BgClassName
{
background-color: #C16EFD;
}
</style>
border-color css
<style>
span { border-color: #C16EFD; }
span { border-color: rgb(193,110,253); }
td.TdClassName
{
border-color: #C16EFD;
}
.TagClassName
{
border-color: #C16EFD;
}
</style>