Shades of Heliotrope #C158FF
Tints of Heliotrope #C158FF
RGB
CMYK
RGB Variations
Color information
#C158FF (or 0xC158FF) is known color: Heliotrope. HEX triplet: C1, 58 and FF. RGB value is (193,88,255). Sum of RGB (Red+Green+Blue) = 193+88+255=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #C158FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C158FF is #3EA700. Grayscale: #898989. Windows color (decimal): -4105985 or 16734401. OLE color: 16734401.
HSL color Cylindrical-coordinate representation of color #C158FF: hue angle of 277.72º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C158FF is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 88 | 255 | - |
| CMYK | 0.24 | 0.65 | 0 | 0 |
| HSL | 277.72º | 1% | 0.67% | - |
| HSV(B) | 277.72º | 0.65% | 1% | - |
| XYZ | 43.53 | 25.54 | 97.24 | - |
| YUV | 138.43 | 193.79 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 255 | 0.24 | 0.65 | 0 | 0 | 277.72 | 1 | 0.67 |
| Hex | C1 | 58 | FF | 18 | 41 | 0 | 0 | 116 | 64 | 43 |
| Octal | 301 | 130 | 377 | 30 | 101 | 0 | 0 | 426 | 144 | 103 |
| Binary | 11000001 | 1011000 | 11111111 | 11000 | 1000001 | 0 | 0 | 100010110 | 1100100 | 1000011 |
Color Harmonies of #C158FF
Complementary color
Monochromatic Colors of #C158FF
Black with #C158FF
Text Example
Text Example
White with #C158FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C158FF; }
p { color: rgb(193,88,255); }
H1.HeaderClassName
{
color: #C158FF;
}
.AnyTagClassName
{
color: #C158FF;
}
</style>
background-color css
<style>
a { background-color: #C158FF; }
a { background-color: rgb(193,88,255); }
div.DivClassName
{
background-color: #C158FF;
}
.BgClassName
{
background-color: #C158FF;
}
</style>
border-color css
<style>
span { border-color: #C158FF; }
span { border-color: rgb(193,88,255); }
td.TdClassName
{
border-color: #C158FF;
}
.TagClassName
{
border-color: #C158FF;
}
</style>