Shades of Heliotrope #C164FD
Tints of Heliotrope #C164FD
RGB
CMYK
RGB Variations
Color information
#C164FD (or 0xC164FD) is known color: Heliotrope. HEX triplet: C1, 64 and FD. RGB value is (193,100,253). Sum of RGB (Red+Green+Blue) = 193+100+253=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #C164FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C164FD is #3E9B02. Grayscale: #909090. Windows color (decimal): -4102915 or 16606401. OLE color: 16606401.
HSL color Cylindrical-coordinate representation of color #C164FD: hue angle of 276.47º degrees, saturation: 0.97, 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 #C164FD is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 100 | 253 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.01 |
| HSL | 276.47º | 0.97% | 0.69% | - |
| HSV(B) | 276.47º | 0.6% | 0.99% | - |
| XYZ | 44.28 | 27.54 | 95.91 | - |
| YUV | 145.25 | 188.81 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 253 | 0.24 | 0.60 | 0 | 0.01 | 276.47 | 0.97 | 0.69 |
| Hex | C1 | 64 | FD | 18 | 3C | 0 | 1 | 114 | 61 | 45 |
| Octal | 301 | 144 | 375 | 30 | 74 | 0 | 1 | 424 | 141 | 105 |
| Binary | 11000001 | 1100100 | 11111101 | 11000 | 111100 | 0 | 1 | 100010100 | 1100001 | 1000101 |
Color Harmonies of #C164FD
Complementary color
Monochromatic Colors of #C164FD
Black with #C164FD
Text Example
Text Example
White with #C164FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164FD; }
p { color: rgb(193,100,253); }
H1.HeaderClassName
{
color: #C164FD;
}
.AnyTagClassName
{
color: #C164FD;
}
</style>
background-color css
<style>
a { background-color: #C164FD; }
a { background-color: rgb(193,100,253); }
div.DivClassName
{
background-color: #C164FD;
}
.BgClassName
{
background-color: #C164FD;
}
</style>
border-color css
<style>
span { border-color: #C164FD; }
span { border-color: rgb(193,100,253); }
td.TdClassName
{
border-color: #C164FD;
}
.TagClassName
{
border-color: #C164FD;
}
</style>