Shades of Heliotrope #C56BF6
Tints of Heliotrope #C56BF6
RGB
CMYK
RGB Variations
Color information
#C56BF6 (or 0xC56BF6) is known color: Heliotrope. HEX triplet: C5, 6B and F6. RGB value is (197,107,246). Sum of RGB (Red+Green+Blue) = 197+107+246=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #C56BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56BF6 is #3A9409. Grayscale: #959595. Windows color (decimal): -3838986 or 16149445. OLE color: 16149445.
HSL color Cylindrical-coordinate representation of color #C56BF6: hue angle of 278.85º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C56BF6 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 107 | 246 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.04 |
| HSL | 278.85º | 0.89% | 0.69% | - |
| HSV(B) | 278.85º | 0.57% | 0.96% | - |
| XYZ | 44.92 | 29.04 | 90.43 | - |
| YUV | 149.76 | 182.32 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 246 | 0.20 | 0.57 | 0 | 0.04 | 278.85 | 0.89 | 0.69 |
| Hex | C5 | 6B | F6 | 14 | 39 | 0 | 4 | 117 | 59 | 45 |
| Octal | 305 | 153 | 366 | 24 | 71 | 0 | 4 | 427 | 131 | 105 |
| Binary | 11000101 | 1101011 | 11110110 | 10100 | 111001 | 0 | 100 | 100010111 | 1011001 | 1000101 |
Color Harmonies of #C56BF6
Complementary color
Monochromatic Colors of #C56BF6
Black with #C56BF6
Text Example
Text Example
White with #C56BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BF6; }
p { color: rgb(197,107,246); }
H1.HeaderClassName
{
color: #C56BF6;
}
.AnyTagClassName
{
color: #C56BF6;
}
</style>
background-color css
<style>
a { background-color: #C56BF6; }
a { background-color: rgb(197,107,246); }
div.DivClassName
{
background-color: #C56BF6;
}
.BgClassName
{
background-color: #C56BF6;
}
</style>
border-color css
<style>
span { border-color: #C56BF6; }
span { border-color: rgb(197,107,246); }
td.TdClassName
{
border-color: #C56BF6;
}
.TagClassName
{
border-color: #C56BF6;
}
</style>