Shades of Heliotrope #C166FA
Tints of Heliotrope #C166FA
RGB
CMYK
RGB Variations
Color information
#C166FA (or 0xC166FA) is known color: Heliotrope. HEX triplet: C1, 66 and FA. RGB value is (193,102,250). Sum of RGB (Red+Green+Blue) = 193+102+250=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #C166FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C166FA is #3E9905. Grayscale: #919191. Windows color (decimal): -4102406 or 16410305. OLE color: 16410305.
HSL color Cylindrical-coordinate representation of color #C166FA: hue angle of 276.89º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C166FA is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 102 | 250 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.02 |
| HSL | 276.89º | 0.94% | 0.69% | - |
| HSV(B) | 276.89º | 0.59% | 0.98% | - |
| XYZ | 44 | 27.74 | 93.48 | - |
| YUV | 146.08 | 186.65 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 250 | 0.23 | 0.59 | 0 | 0.02 | 276.89 | 0.94 | 0.69 |
| Hex | C1 | 66 | FA | 17 | 3B | 0 | 2 | 115 | 5E | 45 |
| Octal | 301 | 146 | 372 | 27 | 73 | 0 | 2 | 425 | 136 | 105 |
| Binary | 11000001 | 1100110 | 11111010 | 10111 | 111011 | 0 | 10 | 100010101 | 1011110 | 1000101 |
Color Harmonies of #C166FA
Complementary color
Monochromatic Colors of #C166FA
Black with #C166FA
Text Example
Text Example
White with #C166FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166FA; }
p { color: rgb(193,102,250); }
H1.HeaderClassName
{
color: #C166FA;
}
.AnyTagClassName
{
color: #C166FA;
}
</style>
background-color css
<style>
a { background-color: #C166FA; }
a { background-color: rgb(193,102,250); }
div.DivClassName
{
background-color: #C166FA;
}
.BgClassName
{
background-color: #C166FA;
}
</style>
border-color css
<style>
span { border-color: #C166FA; }
span { border-color: rgb(193,102,250); }
td.TdClassName
{
border-color: #C166FA;
}
.TagClassName
{
border-color: #C166FA;
}
</style>