Shades of Heliotrope #C558FF
Tints of Heliotrope #C558FF
RGB
CMYK
RGB Variations
Color information
#C558FF (or 0xC558FF) is known color: Heliotrope. HEX triplet: C5, 58 and FF. RGB value is (197,88,255). Sum of RGB (Red+Green+Blue) = 197+88+255=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #C558FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C558FF is #3AA700. Grayscale: #8B8B8B. Windows color (decimal): -3843841 or 16734405. OLE color: 16734405.
HSL color Cylindrical-coordinate representation of color #C558FF: hue angle of 279.16º 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 #C558FF is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 88 | 255 | - |
| CMYK | 0.23 | 0.65 | 0 | 0 |
| HSL | 279.16º | 1% | 0.67% | - |
| HSV(B) | 279.16º | 0.65% | 1% | - |
| XYZ | 44.57 | 26.07 | 97.29 | - |
| YUV | 139.63 | 193.11 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 255 | 0.23 | 0.65 | 0 | 0 | 279.16 | 1 | 0.67 |
| Hex | C5 | 58 | FF | 17 | 41 | 0 | 0 | 117 | 64 | 43 |
| Octal | 305 | 130 | 377 | 27 | 101 | 0 | 0 | 427 | 144 | 103 |
| Binary | 11000101 | 1011000 | 11111111 | 10111 | 1000001 | 0 | 0 | 100010111 | 1100100 | 1000011 |
Color Harmonies of #C558FF
Complementary color
Monochromatic Colors of #C558FF
Black with #C558FF
Text Example
Text Example
White with #C558FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C558FF; }
p { color: rgb(197,88,255); }
H1.HeaderClassName
{
color: #C558FF;
}
.AnyTagClassName
{
color: #C558FF;
}
</style>
background-color css
<style>
a { background-color: #C558FF; }
a { background-color: rgb(197,88,255); }
div.DivClassName
{
background-color: #C558FF;
}
.BgClassName
{
background-color: #C558FF;
}
</style>
border-color css
<style>
span { border-color: #C558FF; }
span { border-color: rgb(197,88,255); }
td.TdClassName
{
border-color: #C558FF;
}
.TagClassName
{
border-color: #C558FF;
}
</style>