Shades of Heliotrope #C163FE
Tints of Heliotrope #C163FE
RGB
CMYK
RGB Variations
Color information
#C163FE (or 0xC163FE) is known color: Heliotrope. HEX triplet: C1, 63 and FE. RGB value is (193,99,254). Sum of RGB (Red+Green+Blue) = 193+99+254=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 99 (39.06% from 255 or 18.13% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #C163FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C163FE is #3E9C01. Grayscale: #909090. Windows color (decimal): -4103170 or 16671681. OLE color: 16671681.
HSL color Cylindrical-coordinate representation of color #C163FE: hue angle of 276.39º 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 #C163FE is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 99 | 254 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.00 |
| HSL | 276.39º | 0.99% | 0.69% | - |
| HSV(B) | 276.39º | 0.61% | 1% | - |
| XYZ | 44.34 | 27.42 | 96.72 | - |
| YUV | 144.78 | 189.64 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 254 | 0.24 | 0.61 | 0 | 0.00 | 276.39 | 0.99 | 0.69 |
| Hex | C1 | 63 | FE | 18 | 3D | 0 | 0 | 114 | 63 | 45 |
| Octal | 301 | 143 | 376 | 30 | 75 | 0 | 0 | 424 | 143 | 105 |
| Binary | 11000001 | 1100011 | 11111110 | 11000 | 111101 | 0 | 0 | 100010100 | 1100011 | 1000101 |
Color Harmonies of #C163FE
Complementary color
Monochromatic Colors of #C163FE
Black with #C163FE
Text Example
Text Example
White with #C163FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C163FE; }
p { color: rgb(193,99,254); }
H1.HeaderClassName
{
color: #C163FE;
}
.AnyTagClassName
{
color: #C163FE;
}
</style>
background-color css
<style>
a { background-color: #C163FE; }
a { background-color: rgb(193,99,254); }
div.DivClassName
{
background-color: #C163FE;
}
.BgClassName
{
background-color: #C163FE;
}
</style>
border-color css
<style>
span { border-color: #C163FE; }
span { border-color: rgb(193,99,254); }
td.TdClassName
{
border-color: #C163FE;
}
.TagClassName
{
border-color: #C163FE;
}
</style>