Shades of Heliotrope #C163FD
Tints of Heliotrope #C163FD
RGB
CMYK
RGB Variations
Color information
#C163FD (or 0xC163FD) is known color: Heliotrope. HEX triplet: C1, 63 and FD. RGB value is (193,99,253). Sum of RGB (Red+Green+Blue) = 193+99+253=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #C163FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C163FD is #3E9C02. Grayscale: #909090. Windows color (decimal): -4103171 or 16606145. OLE color: 16606145.
HSL color Cylindrical-coordinate representation of color #C163FD: hue angle of 276.62º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C163FD is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 99 | 253 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.01 |
| HSL | 276.62º | 0.97% | 0.69% | - |
| HSV(B) | 276.62º | 0.61% | 0.99% | - |
| XYZ | 44.18 | 27.35 | 95.88 | - |
| YUV | 144.66 | 189.14 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 253 | 0.24 | 0.61 | 0 | 0.01 | 276.62 | 0.97 | 0.69 |
| Hex | C1 | 63 | FD | 18 | 3D | 0 | 1 | 115 | 61 | 45 |
| Octal | 301 | 143 | 375 | 30 | 75 | 0 | 1 | 425 | 141 | 105 |
| Binary | 11000001 | 1100011 | 11111101 | 11000 | 111101 | 0 | 1 | 100010101 | 1100001 | 1000101 |
Color Harmonies of #C163FD
Complementary color
Monochromatic Colors of #C163FD
Black with #C163FD
Text Example
Text Example
White with #C163FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C163FD; }
p { color: rgb(193,99,253); }
H1.HeaderClassName
{
color: #C163FD;
}
.AnyTagClassName
{
color: #C163FD;
}
</style>
background-color css
<style>
a { background-color: #C163FD; }
a { background-color: rgb(193,99,253); }
div.DivClassName
{
background-color: #C163FD;
}
.BgClassName
{
background-color: #C163FD;
}
</style>
border-color css
<style>
span { border-color: #C163FD; }
span { border-color: rgb(193,99,253); }
td.TdClassName
{
border-color: #C163FD;
}
.TagClassName
{
border-color: #C163FD;
}
</style>