Shades of Heliotrope #C56BF1
Tints of Heliotrope #C56BF1
RGB
CMYK
RGB Variations
Color information
#C56BF1 (or 0xC56BF1) is known color: Heliotrope. HEX triplet: C5, 6B and F1. RGB value is (197,107,241). Sum of RGB (Red+Green+Blue) = 197+107+241=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #C56BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56BF1 is #3A940E. Grayscale: #949494. Windows color (decimal): -3838991 or 15821765. OLE color: 15821765.
HSL color Cylindrical-coordinate representation of color #C56BF1: hue angle of 280.3º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C56BF1 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 107 | 241 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.05 |
| HSL | 280.3º | 0.83% | 0.68% | - |
| HSV(B) | 280.3º | 0.56% | 0.95% | - |
| XYZ | 44.16 | 28.74 | 86.44 | - |
| YUV | 149.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 241 | 0.18 | 0.56 | 0 | 0.05 | 280.3 | 0.83 | 0.68 |
| Hex | C5 | 6B | F1 | 12 | 38 | 0 | 5 | 118 | 53 | 44 |
| Octal | 305 | 153 | 361 | 22 | 70 | 0 | 5 | 430 | 123 | 104 |
| Binary | 11000101 | 1101011 | 11110001 | 10010 | 111000 | 0 | 101 | 100011000 | 1010011 | 1000100 |
Color Harmonies of #C56BF1
Complementary color
Monochromatic Colors of #C56BF1
Black with #C56BF1
Text Example
Text Example
White with #C56BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BF1; }
p { color: rgb(197,107,241); }
H1.HeaderClassName
{
color: #C56BF1;
}
.AnyTagClassName
{
color: #C56BF1;
}
</style>
background-color css
<style>
a { background-color: #C56BF1; }
a { background-color: rgb(197,107,241); }
div.DivClassName
{
background-color: #C56BF1;
}
.BgClassName
{
background-color: #C56BF1;
}
</style>
border-color css
<style>
span { border-color: #C56BF1; }
span { border-color: rgb(197,107,241); }
td.TdClassName
{
border-color: #C56BF1;
}
.TagClassName
{
border-color: #C56BF1;
}
</style>