Shades of Heliotrope #C168FC
Tints of Heliotrope #C168FC
RGB
CMYK
RGB Variations
Color information
#C168FC (or 0xC168FC) is known color: Heliotrope. HEX triplet: C1, 68 and FC. RGB value is (193,104,252). Sum of RGB (Red+Green+Blue) = 193+104+252=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #C168FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C168FC is #3E9703. Grayscale: #929292. Windows color (decimal): -4101892 or 16541889. OLE color: 16541889.
HSL color Cylindrical-coordinate representation of color #C168FC: hue angle of 276.08º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C168FC is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 104 | 252 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.01 |
| HSL | 276.08º | 0.96% | 0.7% | - |
| HSV(B) | 276.08º | 0.59% | 0.99% | - |
| XYZ | 44.51 | 28.27 | 95.21 | - |
| YUV | 147.48 | 186.99 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 252 | 0.23 | 0.59 | 0 | 0.01 | 276.08 | 0.96 | 0.7 |
| Hex | C1 | 68 | FC | 17 | 3B | 0 | 1 | 114 | 60 | 46 |
| Octal | 301 | 150 | 374 | 27 | 73 | 0 | 1 | 424 | 140 | 106 |
| Binary | 11000001 | 1101000 | 11111100 | 10111 | 111011 | 0 | 1 | 100010100 | 1100000 | 1000110 |
Color Harmonies of #C168FC
Complementary color
Monochromatic Colors of #C168FC
Black with #C168FC
Text Example
Text Example
White with #C168FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168FC; }
p { color: rgb(193,104,252); }
H1.HeaderClassName
{
color: #C168FC;
}
.AnyTagClassName
{
color: #C168FC;
}
</style>
background-color css
<style>
a { background-color: #C168FC; }
a { background-color: rgb(193,104,252); }
div.DivClassName
{
background-color: #C168FC;
}
.BgClassName
{
background-color: #C168FC;
}
</style>
border-color css
<style>
span { border-color: #C168FC; }
span { border-color: rgb(193,104,252); }
td.TdClassName
{
border-color: #C168FC;
}
.TagClassName
{
border-color: #C168FC;
}
</style>