Shades of Heliotrope #C166FB
Tints of Heliotrope #C166FB
RGB
CMYK
RGB Variations
Color information
#C166FB (or 0xC166FB) is known color: Heliotrope. HEX triplet: C1, 66 and FB. RGB value is (193,102,251). Sum of RGB (Red+Green+Blue) = 193+102+251=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #C166FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C166FB is #3E9904. Grayscale: #919191. Windows color (decimal): -4102405 or 16475841. OLE color: 16475841.
HSL color Cylindrical-coordinate representation of color #C166FB: hue angle of 276.64º degrees, saturation: 0.95, 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 #C166FB is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 102 | 251 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.02 |
| HSL | 276.64º | 0.95% | 0.69% | - |
| HSV(B) | 276.64º | 0.59% | 0.98% | - |
| XYZ | 44.16 | 27.81 | 94.31 | - |
| YUV | 146.2 | 187.15 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 251 | 0.23 | 0.59 | 0 | 0.02 | 276.64 | 0.95 | 0.69 |
| Hex | C1 | 66 | FB | 17 | 3B | 0 | 2 | 115 | 5F | 45 |
| Octal | 301 | 146 | 373 | 27 | 73 | 0 | 2 | 425 | 137 | 105 |
| Binary | 11000001 | 1100110 | 11111011 | 10111 | 111011 | 0 | 10 | 100010101 | 1011111 | 1000101 |
Color Harmonies of #C166FB
Complementary color
Monochromatic Colors of #C166FB
Black with #C166FB
Text Example
Text Example
White with #C166FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166FB; }
p { color: rgb(193,102,251); }
H1.HeaderClassName
{
color: #C166FB;
}
.AnyTagClassName
{
color: #C166FB;
}
</style>
background-color css
<style>
a { background-color: #C166FB; }
a { background-color: rgb(193,102,251); }
div.DivClassName
{
background-color: #C166FB;
}
.BgClassName
{
background-color: #C166FB;
}
</style>
border-color css
<style>
span { border-color: #C166FB; }
span { border-color: rgb(193,102,251); }
td.TdClassName
{
border-color: #C166FB;
}
.TagClassName
{
border-color: #C166FB;
}
</style>