Shades of Heliotrope #C166FD
Tints of Heliotrope #C166FD
RGB
CMYK
RGB Variations
Color information
#C166FD (or 0xC166FD) is known color: Heliotrope. HEX triplet: C1, 66 and FD. RGB value is (193,102,253). Sum of RGB (Red+Green+Blue) = 193+102+253=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #C166FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C166FD is #3E9902. Grayscale: #919191. Windows color (decimal): -4102403 or 16606913. OLE color: 16606913.
HSL color Cylindrical-coordinate representation of color #C166FD: hue angle of 276.16º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C166FD is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 102 | 253 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.01 |
| HSL | 276.16º | 0.97% | 0.7% | - |
| HSV(B) | 276.16º | 0.6% | 0.99% | - |
| XYZ | 44.47 | 27.93 | 95.98 | - |
| YUV | 146.42 | 188.15 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 253 | 0.24 | 0.60 | 0 | 0.01 | 276.16 | 0.97 | 0.7 |
| Hex | C1 | 66 | FD | 18 | 3C | 0 | 1 | 114 | 61 | 46 |
| Octal | 301 | 146 | 375 | 30 | 74 | 0 | 1 | 424 | 141 | 106 |
| Binary | 11000001 | 1100110 | 11111101 | 11000 | 111100 | 0 | 1 | 100010100 | 1100001 | 1000110 |
Color Harmonies of #C166FD
Complementary color
Monochromatic Colors of #C166FD
Black with #C166FD
Text Example
Text Example
White with #C166FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166FD; }
p { color: rgb(193,102,253); }
H1.HeaderClassName
{
color: #C166FD;
}
.AnyTagClassName
{
color: #C166FD;
}
</style>
background-color css
<style>
a { background-color: #C166FD; }
a { background-color: rgb(193,102,253); }
div.DivClassName
{
background-color: #C166FD;
}
.BgClassName
{
background-color: #C166FD;
}
</style>
border-color css
<style>
span { border-color: #C166FD; }
span { border-color: rgb(193,102,253); }
td.TdClassName
{
border-color: #C166FD;
}
.TagClassName
{
border-color: #C166FD;
}
</style>