Shades of Heliotrope #C656FB
Tints of Heliotrope #C656FB
RGB
CMYK
RGB Variations
Color information
#C656FB (or 0xC656FB) is known color: Heliotrope. HEX triplet: C6, 56 and FB. RGB value is (198,86,251). Sum of RGB (Red+Green+Blue) = 198+86+251=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 86 (33.98% from 255 or 16.07% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #C656FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C656FB is #39A904. Grayscale: #898989. Windows color (decimal): -3778821 or 16471750. OLE color: 16471750.
HSL color Cylindrical-coordinate representation of color #C656FB: hue angle of 280.73º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C656FB is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 86 | 251 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.02 |
| HSL | 280.73º | 0.95% | 0.66% | - |
| HSV(B) | 280.73º | 0.66% | 0.98% | - |
| XYZ | 44.03 | 25.63 | 93.89 | - |
| YUV | 138.3 | 191.61 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 251 | 0.21 | 0.66 | 0 | 0.02 | 280.73 | 0.95 | 0.66 |
| Hex | C6 | 56 | FB | 15 | 42 | 0 | 2 | 119 | 5F | 42 |
| Octal | 306 | 126 | 373 | 25 | 102 | 0 | 2 | 431 | 137 | 102 |
| Binary | 11000110 | 1010110 | 11111011 | 10101 | 1000010 | 0 | 10 | 100011001 | 1011111 | 1000010 |
Color Harmonies of #C656FB
Complementary color
Monochromatic Colors of #C656FB
Black with #C656FB
Text Example
Text Example
White with #C656FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656FB; }
p { color: rgb(198,86,251); }
H1.HeaderClassName
{
color: #C656FB;
}
.AnyTagClassName
{
color: #C656FB;
}
</style>
background-color css
<style>
a { background-color: #C656FB; }
a { background-color: rgb(198,86,251); }
div.DivClassName
{
background-color: #C656FB;
}
.BgClassName
{
background-color: #C656FB;
}
</style>
border-color css
<style>
span { border-color: #C656FB; }
span { border-color: rgb(198,86,251); }
td.TdClassName
{
border-color: #C656FB;
}
.TagClassName
{
border-color: #C656FB;
}
</style>