Shades of Heliotrope #C486FE
Tints of Heliotrope #C486FE
RGB
CMYK
RGB Variations
Color information
#C486FE (or 0xC486FE) is known color: Heliotrope. HEX triplet: C4, 86 and FE. RGB value is (196,134,254). Sum of RGB (Red+Green+Blue) = 196+134+254=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 134 (52.73% from 255 or 22.95% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #C486FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C486FE is #3B7901. Grayscale: #A5A5A5. Windows color (decimal): -3897602 or 16680644. OLE color: 16680644.
HSL color Cylindrical-coordinate representation of color #C486FE: hue angle of 271º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C486FE is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 134 | 254 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.00 |
| HSL | 271º | 0.98% | 0.76% | - |
| HSV(B) | 271º | 0.47% | 1% | - |
| XYZ | 49.18 | 35.94 | 98.11 | - |
| YUV | 166.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 254 | 0.23 | 0.47 | 0 | 0.00 | 271 | 0.98 | 0.76 |
| Hex | C4 | 86 | FE | 17 | 2F | 0 | 0 | 10F | 62 | 4C |
| Octal | 304 | 206 | 376 | 27 | 57 | 0 | 0 | 417 | 142 | 114 |
| Binary | 11000100 | 10000110 | 11111110 | 10111 | 101111 | 0 | 0 | 100001111 | 1100010 | 1001100 |
Color Harmonies of #C486FE
Complementary color
Monochromatic Colors of #C486FE
Black with #C486FE
Text Example
Text Example
White with #C486FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C486FE; }
p { color: rgb(196,134,254); }
H1.HeaderClassName
{
color: #C486FE;
}
.AnyTagClassName
{
color: #C486FE;
}
</style>
background-color css
<style>
a { background-color: #C486FE; }
a { background-color: rgb(196,134,254); }
div.DivClassName
{
background-color: #C486FE;
}
.BgClassName
{
background-color: #C486FE;
}
</style>
border-color css
<style>
span { border-color: #C486FE; }
span { border-color: rgb(196,134,254); }
td.TdClassName
{
border-color: #C486FE;
}
.TagClassName
{
border-color: #C486FE;
}
</style>