Shades of Heliotrope #C656FC
Tints of Heliotrope #C656FC
RGB
CMYK
RGB Variations
Color information
#C656FC (or 0xC656FC) is known color: Heliotrope. HEX triplet: C6, 56 and FC. RGB value is (198,86,252). Sum of RGB (Red+Green+Blue) = 198+86+252=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #C656FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C656FC is #39A903. Grayscale: #898989. Windows color (decimal): -3778820 or 16537286. OLE color: 16537286.
HSL color Cylindrical-coordinate representation of color #C656FC: hue angle of 280.48º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C656FC is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 86 | 252 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.01 |
| HSL | 280.48º | 0.97% | 0.66% | - |
| HSV(B) | 280.48º | 0.66% | 0.99% | - |
| XYZ | 44.19 | 25.69 | 94.73 | - |
| YUV | 138.41 | 192.11 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 252 | 0.21 | 0.66 | 0 | 0.01 | 280.48 | 0.97 | 0.66 |
| Hex | C6 | 56 | FC | 15 | 42 | 0 | 1 | 118 | 61 | 42 |
| Octal | 306 | 126 | 374 | 25 | 102 | 0 | 1 | 430 | 141 | 102 |
| Binary | 11000110 | 1010110 | 11111100 | 10101 | 1000010 | 0 | 1 | 100011000 | 1100001 | 1000010 |
Color Harmonies of #C656FC
Complementary color
Monochromatic Colors of #C656FC
Black with #C656FC
Text Example
Text Example
White with #C656FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656FC; }
p { color: rgb(198,86,252); }
H1.HeaderClassName
{
color: #C656FC;
}
.AnyTagClassName
{
color: #C656FC;
}
</style>
background-color css
<style>
a { background-color: #C656FC; }
a { background-color: rgb(198,86,252); }
div.DivClassName
{
background-color: #C656FC;
}
.BgClassName
{
background-color: #C656FC;
}
</style>
border-color css
<style>
span { border-color: #C656FC; }
span { border-color: rgb(198,86,252); }
td.TdClassName
{
border-color: #C656FC;
}
.TagClassName
{
border-color: #C656FC;
}
</style>