Shades of Heliotrope #C164FE
Tints of Heliotrope #C164FE
RGB
CMYK
RGB Variations
Color information
#C164FE (or 0xC164FE) is known color: Heliotrope. HEX triplet: C1, 64 and FE. RGB value is (193,100,254). Sum of RGB (Red+Green+Blue) = 193+100+254=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #C164FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C164FE is #3E9B01. Grayscale: #909090. Windows color (decimal): -4102914 or 16671937. OLE color: 16671937.
HSL color Cylindrical-coordinate representation of color #C164FE: hue angle of 276.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C164FE is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 100 | 254 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.00 |
| HSL | 276.23º | 0.99% | 0.69% | - |
| HSV(B) | 276.23º | 0.61% | 1% | - |
| XYZ | 44.44 | 27.61 | 96.75 | - |
| YUV | 145.36 | 189.31 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 254 | 0.24 | 0.61 | 0 | 0.00 | 276.23 | 0.99 | 0.69 |
| Hex | C1 | 64 | FE | 18 | 3D | 0 | 0 | 114 | 63 | 45 |
| Octal | 301 | 144 | 376 | 30 | 75 | 0 | 0 | 424 | 143 | 105 |
| Binary | 11000001 | 1100100 | 11111110 | 11000 | 111101 | 0 | 0 | 100010100 | 1100011 | 1000101 |
Color Harmonies of #C164FE
Complementary color
Monochromatic Colors of #C164FE
Black with #C164FE
Text Example
Text Example
White with #C164FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164FE; }
p { color: rgb(193,100,254); }
H1.HeaderClassName
{
color: #C164FE;
}
.AnyTagClassName
{
color: #C164FE;
}
</style>
background-color css
<style>
a { background-color: #C164FE; }
a { background-color: rgb(193,100,254); }
div.DivClassName
{
background-color: #C164FE;
}
.BgClassName
{
background-color: #C164FE;
}
</style>
border-color css
<style>
span { border-color: #C164FE; }
span { border-color: rgb(193,100,254); }
td.TdClassName
{
border-color: #C164FE;
}
.TagClassName
{
border-color: #C164FE;
}
</style>