Shades of Heliotrope #C164FC
Tints of Heliotrope #C164FC
RGB
CMYK
RGB Variations
Color information
#C164FC (or 0xC164FC) is known color: Heliotrope. HEX triplet: C1, 64 and FC. RGB value is (193,100,252). Sum of RGB (Red+Green+Blue) = 193+100+252=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #C164FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C164FC is #3E9B03. Grayscale: #909090. Windows color (decimal): -4102916 or 16540865. OLE color: 16540865.
HSL color Cylindrical-coordinate representation of color #C164FC: hue angle of 276.71º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C164FC is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 100 | 252 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.01 |
| HSL | 276.71º | 0.96% | 0.69% | - |
| HSV(B) | 276.71º | 0.6% | 0.99% | - |
| XYZ | 44.12 | 27.48 | 95.07 | - |
| YUV | 145.14 | 188.31 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 252 | 0.23 | 0.60 | 0 | 0.01 | 276.71 | 0.96 | 0.69 |
| Hex | C1 | 64 | FC | 17 | 3C | 0 | 1 | 115 | 60 | 45 |
| Octal | 301 | 144 | 374 | 27 | 74 | 0 | 1 | 425 | 140 | 105 |
| Binary | 11000001 | 1100100 | 11111100 | 10111 | 111100 | 0 | 1 | 100010101 | 1100000 | 1000101 |
Color Harmonies of #C164FC
Complementary color
Monochromatic Colors of #C164FC
Black with #C164FC
Text Example
Text Example
White with #C164FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164FC; }
p { color: rgb(193,100,252); }
H1.HeaderClassName
{
color: #C164FC;
}
.AnyTagClassName
{
color: #C164FC;
}
</style>
background-color css
<style>
a { background-color: #C164FC; }
a { background-color: rgb(193,100,252); }
div.DivClassName
{
background-color: #C164FC;
}
.BgClassName
{
background-color: #C164FC;
}
</style>
border-color css
<style>
span { border-color: #C164FC; }
span { border-color: rgb(193,100,252); }
td.TdClassName
{
border-color: #C164FC;
}
.TagClassName
{
border-color: #C164FC;
}
</style>