Shades of Heliotrope #C161FA
Tints of Heliotrope #C161FA
RGB
CMYK
RGB Variations
Color information
#C161FA (or 0xC161FA) is known color: Heliotrope. HEX triplet: C1, 61 and FA. RGB value is (193,97,250). Sum of RGB (Red+Green+Blue) = 193+97+250=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #C161FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C161FA is #3E9E05. Grayscale: #8E8E8E. Windows color (decimal): -4103686 or 16409025. OLE color: 16409025.
HSL color Cylindrical-coordinate representation of color #C161FA: hue angle of 277.65º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C161FA is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 97 | 250 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.02 |
| HSL | 277.65º | 0.94% | 0.68% | - |
| HSV(B) | 277.65º | 0.61% | 0.98% | - |
| XYZ | 43.52 | 26.79 | 93.32 | - |
| YUV | 143.15 | 188.3 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 250 | 0.23 | 0.61 | 0 | 0.02 | 277.65 | 0.94 | 0.68 |
| Hex | C1 | 61 | FA | 17 | 3D | 0 | 2 | 116 | 5E | 44 |
| Octal | 301 | 141 | 372 | 27 | 75 | 0 | 2 | 426 | 136 | 104 |
| Binary | 11000001 | 1100001 | 11111010 | 10111 | 111101 | 0 | 10 | 100010110 | 1011110 | 1000100 |
Color Harmonies of #C161FA
Complementary color
Monochromatic Colors of #C161FA
Black with #C161FA
Text Example
Text Example
White with #C161FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C161FA; }
p { color: rgb(193,97,250); }
H1.HeaderClassName
{
color: #C161FA;
}
.AnyTagClassName
{
color: #C161FA;
}
</style>
background-color css
<style>
a { background-color: #C161FA; }
a { background-color: rgb(193,97,250); }
div.DivClassName
{
background-color: #C161FA;
}
.BgClassName
{
background-color: #C161FA;
}
</style>
border-color css
<style>
span { border-color: #C161FA; }
span { border-color: rgb(193,97,250); }
td.TdClassName
{
border-color: #C161FA;
}
.TagClassName
{
border-color: #C161FA;
}
</style>