Shades of Heliotrope #C163FA
Tints of Heliotrope #C163FA
RGB
CMYK
RGB Variations
Color information
#C163FA (or 0xC163FA) is known color: Heliotrope. HEX triplet: C1, 63 and FA. RGB value is (193,99,250). Sum of RGB (Red+Green+Blue) = 193+99+250=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #C163FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C163FA is #3E9C05. Grayscale: #8F8F8F. Windows color (decimal): -4103174 or 16409537. OLE color: 16409537.
HSL color Cylindrical-coordinate representation of color #C163FA: hue angle of 277.35º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C163FA is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 99 | 250 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.02 |
| HSL | 277.35º | 0.94% | 0.68% | - |
| HSV(B) | 277.35º | 0.6% | 0.98% | - |
| XYZ | 43.71 | 27.16 | 93.38 | - |
| YUV | 144.32 | 187.64 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 250 | 0.23 | 0.60 | 0 | 0.02 | 277.35 | 0.94 | 0.68 |
| Hex | C1 | 63 | FA | 17 | 3C | 0 | 2 | 115 | 5E | 44 |
| Octal | 301 | 143 | 372 | 27 | 74 | 0 | 2 | 425 | 136 | 104 |
| Binary | 11000001 | 1100011 | 11111010 | 10111 | 111100 | 0 | 10 | 100010101 | 1011110 | 1000100 |
Color Harmonies of #C163FA
Complementary color
Monochromatic Colors of #C163FA
Black with #C163FA
Text Example
Text Example
White with #C163FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C163FA; }
p { color: rgb(193,99,250); }
H1.HeaderClassName
{
color: #C163FA;
}
.AnyTagClassName
{
color: #C163FA;
}
</style>
background-color css
<style>
a { background-color: #C163FA; }
a { background-color: rgb(193,99,250); }
div.DivClassName
{
background-color: #C163FA;
}
.BgClassName
{
background-color: #C163FA;
}
</style>
border-color css
<style>
span { border-color: #C163FA; }
span { border-color: rgb(193,99,250); }
td.TdClassName
{
border-color: #C163FA;
}
.TagClassName
{
border-color: #C163FA;
}
</style>