Shades of Heliotrope #C55BF8
Tints of Heliotrope #C55BF8
RGB
CMYK
RGB Variations
Color information
#C55BF8 (or 0xC55BF8) is known color: Heliotrope. HEX triplet: C5, 5B and F8. RGB value is (197,91,248). Sum of RGB (Red+Green+Blue) = 197+91+248=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #C55BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55BF8 is #3AA407. Grayscale: #8C8C8C. Windows color (decimal): -3843080 or 16276421. OLE color: 16276421.
HSL color Cylindrical-coordinate representation of color #C55BF8: hue angle of 280.51º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C55BF8 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 91 | 248 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.03 |
| HSL | 280.51º | 0.92% | 0.66% | - |
| HSV(B) | 280.51º | 0.63% | 0.97% | - |
| XYZ | 43.71 | 26.13 | 91.55 | - |
| YUV | 140.59 | 188.62 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 248 | 0.21 | 0.63 | 0 | 0.03 | 280.51 | 0.92 | 0.66 |
| Hex | C5 | 5B | F8 | 15 | 3F | 0 | 3 | 119 | 5C | 42 |
| Octal | 305 | 133 | 370 | 25 | 77 | 0 | 3 | 431 | 134 | 102 |
| Binary | 11000101 | 1011011 | 11111000 | 10101 | 111111 | 0 | 11 | 100011001 | 1011100 | 1000010 |
Color Harmonies of #C55BF8
Complementary color
Monochromatic Colors of #C55BF8
Black with #C55BF8
Text Example
Text Example
White with #C55BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BF8; }
p { color: rgb(197,91,248); }
H1.HeaderClassName
{
color: #C55BF8;
}
.AnyTagClassName
{
color: #C55BF8;
}
</style>
background-color css
<style>
a { background-color: #C55BF8; }
a { background-color: rgb(197,91,248); }
div.DivClassName
{
background-color: #C55BF8;
}
.BgClassName
{
background-color: #C55BF8;
}
</style>
border-color css
<style>
span { border-color: #C55BF8; }
span { border-color: rgb(197,91,248); }
td.TdClassName
{
border-color: #C55BF8;
}
.TagClassName
{
border-color: #C55BF8;
}
</style>