Shades of Heliotrope #C486FC
Tints of Heliotrope #C486FC
RGB
CMYK
RGB Variations
Color information
#C486FC (or 0xC486FC) is known color: Heliotrope. HEX triplet: C4, 86 and FC. RGB value is (196,134,252). Sum of RGB (Red+Green+Blue) = 196+134+252=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #C486FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C486FC is #3B7903. Grayscale: #A5A5A5. Windows color (decimal): -3897604 or 16549572. OLE color: 16549572.
HSL color Cylindrical-coordinate representation of color #C486FC: hue angle of 271.53º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C486FC is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 134 | 252 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.01 |
| HSL | 271.53º | 0.95% | 0.76% | - |
| HSV(B) | 271.53º | 0.47% | 0.99% | - |
| XYZ | 48.86 | 35.81 | 96.43 | - |
| YUV | 165.99 | 176.54 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 252 | 0.22 | 0.47 | 0 | 0.01 | 271.53 | 0.95 | 0.76 |
| Hex | C4 | 86 | FC | 16 | 2F | 0 | 1 | 110 | 5F | 4C |
| Octal | 304 | 206 | 374 | 26 | 57 | 0 | 1 | 420 | 137 | 114 |
| Binary | 11000100 | 10000110 | 11111100 | 10110 | 101111 | 0 | 1 | 100010000 | 1011111 | 1001100 |
Color Harmonies of #C486FC
Complementary color
Monochromatic Colors of #C486FC
Black with #C486FC
Text Example
Text Example
White with #C486FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C486FC; }
p { color: rgb(196,134,252); }
H1.HeaderClassName
{
color: #C486FC;
}
.AnyTagClassName
{
color: #C486FC;
}
</style>
background-color css
<style>
a { background-color: #C486FC; }
a { background-color: rgb(196,134,252); }
div.DivClassName
{
background-color: #C486FC;
}
.BgClassName
{
background-color: #C486FC;
}
</style>
border-color css
<style>
span { border-color: #C486FC; }
span { border-color: rgb(196,134,252); }
td.TdClassName
{
border-color: #C486FC;
}
.TagClassName
{
border-color: #C486FC;
}
</style>