Shades of Heliotrope #C55BFE
Tints of Heliotrope #C55BFE
RGB
CMYK
RGB Variations
Color information
#C55BFE (or 0xC55BFE) is known color: Heliotrope. HEX triplet: C5, 5B and FE. RGB value is (197,91,254). Sum of RGB (Red+Green+Blue) = 197+91+254=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 91 (35.94% from 255 or 16.79% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #C55BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55BFE is #3AA401. Grayscale: #8C8C8C. Windows color (decimal): -3843074 or 16669637. OLE color: 16669637.
HSL color Cylindrical-coordinate representation of color #C55BFE: hue angle of 279.02º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C55BFE is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 91 | 254 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.00 |
| HSL | 279.02º | 0.99% | 0.68% | - |
| HSV(B) | 279.02º | 0.64% | 1% | - |
| XYZ | 44.66 | 26.51 | 96.53 | - |
| YUV | 141.28 | 191.62 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 254 | 0.22 | 0.64 | 0 | 0.00 | 279.02 | 0.99 | 0.68 |
| Hex | C5 | 5B | FE | 16 | 40 | 0 | 0 | 117 | 63 | 44 |
| Octal | 305 | 133 | 376 | 26 | 100 | 0 | 0 | 427 | 143 | 104 |
| Binary | 11000101 | 1011011 | 11111110 | 10110 | 1000000 | 0 | 0 | 100010111 | 1100011 | 1000100 |
Color Harmonies of #C55BFE
Complementary color
Monochromatic Colors of #C55BFE
Black with #C55BFE
Text Example
Text Example
White with #C55BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BFE; }
p { color: rgb(197,91,254); }
H1.HeaderClassName
{
color: #C55BFE;
}
.AnyTagClassName
{
color: #C55BFE;
}
</style>
background-color css
<style>
a { background-color: #C55BFE; }
a { background-color: rgb(197,91,254); }
div.DivClassName
{
background-color: #C55BFE;
}
.BgClassName
{
background-color: #C55BFE;
}
</style>
border-color css
<style>
span { border-color: #C55BFE; }
span { border-color: rgb(197,91,254); }
td.TdClassName
{
border-color: #C55BFE;
}
.TagClassName
{
border-color: #C55BFE;
}
</style>