Shades of Heliotrope #C56BFE
Tints of Heliotrope #C56BFE
RGB
CMYK
RGB Variations
Color information
#C56BFE (or 0xC56BFE) is known color: Heliotrope. HEX triplet: C5, 6B and FE. RGB value is (197,107,254). Sum of RGB (Red+Green+Blue) = 197+107+254=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #C56BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56BFE is #3A9401. Grayscale: #969696. Windows color (decimal): -3838978 or 16673733. OLE color: 16673733.
HSL color Cylindrical-coordinate representation of color #C56BFE: hue angle of 276.73º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C56BFE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 107 | 254 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.00 |
| HSL | 276.73º | 0.99% | 0.71% | - |
| HSV(B) | 276.73º | 0.58% | 1% | - |
| XYZ | 46.17 | 29.54 | 97.03 | - |
| YUV | 150.67 | 186.32 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 254 | 0.22 | 0.58 | 0 | 0.00 | 276.73 | 0.99 | 0.71 |
| Hex | C5 | 6B | FE | 16 | 3A | 0 | 0 | 115 | 63 | 47 |
| Octal | 305 | 153 | 376 | 26 | 72 | 0 | 0 | 425 | 143 | 107 |
| Binary | 11000101 | 1101011 | 11111110 | 10110 | 111010 | 0 | 0 | 100010101 | 1100011 | 1000111 |
Color Harmonies of #C56BFE
Complementary color
Monochromatic Colors of #C56BFE
Black with #C56BFE
Text Example
Text Example
White with #C56BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BFE; }
p { color: rgb(197,107,254); }
H1.HeaderClassName
{
color: #C56BFE;
}
.AnyTagClassName
{
color: #C56BFE;
}
</style>
background-color css
<style>
a { background-color: #C56BFE; }
a { background-color: rgb(197,107,254); }
div.DivClassName
{
background-color: #C56BFE;
}
.BgClassName
{
background-color: #C56BFE;
}
</style>
border-color css
<style>
span { border-color: #C56BFE; }
span { border-color: rgb(197,107,254); }
td.TdClassName
{
border-color: #C56BFE;
}
.TagClassName
{
border-color: #C56BFE;
}
</style>