Shades of Heliotrope #C56FFD
Tints of Heliotrope #C56FFD
RGB
CMYK
RGB Variations
Color information
#C56FFD (or 0xC56FFD) is known color: Heliotrope. HEX triplet: C5, 6F and FD. RGB value is (197,111,253). Sum of RGB (Red+Green+Blue) = 197+111+253=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #C56FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56FFD is #3A9002. Grayscale: #989898. Windows color (decimal): -3837955 or 16609221. OLE color: 16609221.
HSL color Cylindrical-coordinate representation of color #C56FFD: hue angle of 276.34º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C56FFD is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 111 | 253 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.01 |
| HSL | 276.34º | 0.97% | 0.71% | - |
| HSV(B) | 276.34º | 0.56% | 0.99% | - |
| XYZ | 46.44 | 30.33 | 96.34 | - |
| YUV | 152.9 | 184.49 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 253 | 0.22 | 0.56 | 0 | 0.01 | 276.34 | 0.97 | 0.71 |
| Hex | C5 | 6F | FD | 16 | 38 | 0 | 1 | 114 | 61 | 47 |
| Octal | 305 | 157 | 375 | 26 | 70 | 0 | 1 | 424 | 141 | 107 |
| Binary | 11000101 | 1101111 | 11111101 | 10110 | 111000 | 0 | 1 | 100010100 | 1100001 | 1000111 |
Color Harmonies of #C56FFD
Complementary color
Monochromatic Colors of #C56FFD
Black with #C56FFD
Text Example
Text Example
White with #C56FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56FFD; }
p { color: rgb(197,111,253); }
H1.HeaderClassName
{
color: #C56FFD;
}
.AnyTagClassName
{
color: #C56FFD;
}
</style>
background-color css
<style>
a { background-color: #C56FFD; }
a { background-color: rgb(197,111,253); }
div.DivClassName
{
background-color: #C56FFD;
}
.BgClassName
{
background-color: #C56FFD;
}
</style>
border-color css
<style>
span { border-color: #C56FFD; }
span { border-color: rgb(197,111,253); }
td.TdClassName
{
border-color: #C56FFD;
}
.TagClassName
{
border-color: #C56FFD;
}
</style>