Shades of Heliotrope #C57BFB
Tints of Heliotrope #C57BFB
RGB
CMYK
RGB Variations
Color information
#C57BFB (or 0xC57BFB) is known color: Heliotrope. HEX triplet: C5, 7B and FB. RGB value is (197,123,251). Sum of RGB (Red+Green+Blue) = 197+123+251=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #C57BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57BFB is #3A8404. Grayscale: #9F9F9F. Windows color (decimal): -3834885 or 16481221. OLE color: 16481221.
HSL color Cylindrical-coordinate representation of color #C57BFB: hue angle of 274.69º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C57BFB is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 123 | 251 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.02 |
| HSL | 274.69º | 0.94% | 0.73% | - |
| HSV(B) | 274.69º | 0.51% | 0.98% | - |
| XYZ | 47.52 | 33 | 95.13 | - |
| YUV | 159.72 | 179.52 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 251 | 0.22 | 0.51 | 0 | 0.02 | 274.69 | 0.94 | 0.73 |
| Hex | C5 | 7B | FB | 16 | 33 | 0 | 2 | 113 | 5E | 49 |
| Octal | 305 | 173 | 373 | 26 | 63 | 0 | 2 | 423 | 136 | 111 |
| Binary | 11000101 | 1111011 | 11111011 | 10110 | 110011 | 0 | 10 | 100010011 | 1011110 | 1001001 |
Color Harmonies of #C57BFB
Complementary color
Monochromatic Colors of #C57BFB
Black with #C57BFB
Text Example
Text Example
White with #C57BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57BFB; }
p { color: rgb(197,123,251); }
H1.HeaderClassName
{
color: #C57BFB;
}
.AnyTagClassName
{
color: #C57BFB;
}
</style>
background-color css
<style>
a { background-color: #C57BFB; }
a { background-color: rgb(197,123,251); }
div.DivClassName
{
background-color: #C57BFB;
}
.BgClassName
{
background-color: #C57BFB;
}
</style>
border-color css
<style>
span { border-color: #C57BFB; }
span { border-color: rgb(197,123,251); }
td.TdClassName
{
border-color: #C57BFB;
}
.TagClassName
{
border-color: #C57BFB;
}
</style>