Shades of Heliotrope #C57BFC
Tints of Heliotrope #C57BFC
RGB
CMYK
RGB Variations
Color information
#C57BFC (or 0xC57BFC) is known color: Heliotrope. HEX triplet: C5, 7B and FC. RGB value is (197,123,252). Sum of RGB (Red+Green+Blue) = 197+123+252=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #C57BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57BFC is #3A8403. Grayscale: #9F9F9F. Windows color (decimal): -3834884 or 16546757. OLE color: 16546757.
HSL color Cylindrical-coordinate representation of color #C57BFC: hue angle of 274.42º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C57BFC is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 123 | 252 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.01 |
| HSL | 274.42º | 0.96% | 0.74% | - |
| HSV(B) | 274.42º | 0.51% | 0.99% | - |
| XYZ | 47.68 | 33.06 | 95.96 | - |
| YUV | 159.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 252 | 0.22 | 0.51 | 0 | 0.01 | 274.42 | 0.96 | 0.74 |
| Hex | C5 | 7B | FC | 16 | 33 | 0 | 1 | 112 | 60 | 4A |
| Octal | 305 | 173 | 374 | 26 | 63 | 0 | 1 | 422 | 140 | 112 |
| Binary | 11000101 | 1111011 | 11111100 | 10110 | 110011 | 0 | 1 | 100010010 | 1100000 | 1001010 |
Color Harmonies of #C57BFC
Complementary color
Monochromatic Colors of #C57BFC
Black with #C57BFC
Text Example
Text Example
White with #C57BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57BFC; }
p { color: rgb(197,123,252); }
H1.HeaderClassName
{
color: #C57BFC;
}
.AnyTagClassName
{
color: #C57BFC;
}
</style>
background-color css
<style>
a { background-color: #C57BFC; }
a { background-color: rgb(197,123,252); }
div.DivClassName
{
background-color: #C57BFC;
}
.BgClassName
{
background-color: #C57BFC;
}
</style>
border-color css
<style>
span { border-color: #C57BFC; }
span { border-color: rgb(197,123,252); }
td.TdClassName
{
border-color: #C57BFC;
}
.TagClassName
{
border-color: #C57BFC;
}
</style>