Shades of Heliotrope #C568FC
Tints of Heliotrope #C568FC
RGB
CMYK
RGB Variations
Color information
#C568FC (or 0xC568FC) is known color: Heliotrope. HEX triplet: C5, 68 and FC. RGB value is (197,104,252). Sum of RGB (Red+Green+Blue) = 197+104+252=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #C568FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C568FC is #3A9703. Grayscale: #949494. Windows color (decimal): -3839748 or 16541893. OLE color: 16541893.
HSL color Cylindrical-coordinate representation of color #C568FC: hue angle of 277.7º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C568FC is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 104 | 252 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.01 |
| HSL | 277.7º | 0.96% | 0.7% | - |
| HSV(B) | 277.7º | 0.59% | 0.99% | - |
| XYZ | 45.55 | 28.8 | 95.25 | - |
| YUV | 148.68 | 186.31 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 252 | 0.22 | 0.59 | 0 | 0.01 | 277.7 | 0.96 | 0.7 |
| Hex | C5 | 68 | FC | 16 | 3B | 0 | 1 | 116 | 60 | 46 |
| Octal | 305 | 150 | 374 | 26 | 73 | 0 | 1 | 426 | 140 | 106 |
| Binary | 11000101 | 1101000 | 11111100 | 10110 | 111011 | 0 | 1 | 100010110 | 1100000 | 1000110 |
Color Harmonies of #C568FC
Complementary color
Monochromatic Colors of #C568FC
Black with #C568FC
Text Example
Text Example
White with #C568FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C568FC; }
p { color: rgb(197,104,252); }
H1.HeaderClassName
{
color: #C568FC;
}
.AnyTagClassName
{
color: #C568FC;
}
</style>
background-color css
<style>
a { background-color: #C568FC; }
a { background-color: rgb(197,104,252); }
div.DivClassName
{
background-color: #C568FC;
}
.BgClassName
{
background-color: #C568FC;
}
</style>
border-color css
<style>
span { border-color: #C568FC; }
span { border-color: rgb(197,104,252); }
td.TdClassName
{
border-color: #C568FC;
}
.TagClassName
{
border-color: #C568FC;
}
</style>