Shades of Heliotrope #C164FF
Tints of Heliotrope #C164FF
RGB
CMYK
RGB Variations
Color information
#C164FF (or 0xC164FF) is known color: Heliotrope. HEX triplet: C1, 64 and FF. RGB value is (193,100,255). Sum of RGB (Red+Green+Blue) = 193+100+255=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #C164FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C164FF is #3E9B00. Grayscale: #909090. Windows color (decimal): -4102913 or 16737473. OLE color: 16737473.
HSL color Cylindrical-coordinate representation of color #C164FF: hue angle of 276º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C164FF is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 100 | 255 | - |
| CMYK | 0.24 | 0.61 | 0 | 0 |
| HSL | 276º | 1% | 0.7% | - |
| HSV(B) | 276º | 0.61% | 1% | - |
| XYZ | 44.6 | 27.67 | 97.6 | - |
| YUV | 145.48 | 189.81 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 255 | 0.24 | 0.61 | 0 | 0 | 276 | 1 | 0.7 |
| Hex | C1 | 64 | FF | 18 | 3D | 0 | 0 | 114 | 64 | 46 |
| Octal | 301 | 144 | 377 | 30 | 75 | 0 | 0 | 424 | 144 | 106 |
| Binary | 11000001 | 1100100 | 11111111 | 11000 | 111101 | 0 | 0 | 100010100 | 1100100 | 1000110 |
Color Harmonies of #C164FF
Complementary color
Monochromatic Colors of #C164FF
Black with #C164FF
Text Example
Text Example
White with #C164FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164FF; }
p { color: rgb(193,100,255); }
H1.HeaderClassName
{
color: #C164FF;
}
.AnyTagClassName
{
color: #C164FF;
}
</style>
background-color css
<style>
a { background-color: #C164FF; }
a { background-color: rgb(193,100,255); }
div.DivClassName
{
background-color: #C164FF;
}
.BgClassName
{
background-color: #C164FF;
}
</style>
border-color css
<style>
span { border-color: #C164FF; }
span { border-color: rgb(193,100,255); }
td.TdClassName
{
border-color: #C164FF;
}
.TagClassName
{
border-color: #C164FF;
}
</style>