Shades of Heliotrope #C686FA
Tints of Heliotrope #C686FA
RGB
CMYK
RGB Variations
Color information
#C686FA (or 0xC686FA) is known color: Heliotrope. HEX triplet: C6, 86 and FA. RGB value is (198,134,250). Sum of RGB (Red+Green+Blue) = 198+134+250=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #C686FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C686FA is #397905. Grayscale: #A5A5A5. Windows color (decimal): -3766534 or 16418502. OLE color: 16418502.
HSL color Cylindrical-coordinate representation of color #C686FA: hue angle of 273.1º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C686FA is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 134 | 250 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.02 |
| HSL | 273.1º | 0.92% | 0.75% | - |
| HSV(B) | 273.1º | 0.46% | 0.98% | - |
| XYZ | 49.07 | 35.96 | 94.8 | - |
| YUV | 166.36 | 175.2 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 250 | 0.21 | 0.46 | 0 | 0.02 | 273.1 | 0.92 | 0.75 |
| Hex | C6 | 86 | FA | 15 | 2E | 0 | 2 | 111 | 5C | 4B |
| Octal | 306 | 206 | 372 | 25 | 56 | 0 | 2 | 421 | 134 | 113 |
| Binary | 11000110 | 10000110 | 11111010 | 10101 | 101110 | 0 | 10 | 100010001 | 1011100 | 1001011 |
Color Harmonies of #C686FA
Complementary color
Monochromatic Colors of #C686FA
Black with #C686FA
Text Example
Text Example
White with #C686FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686FA; }
p { color: rgb(198,134,250); }
H1.HeaderClassName
{
color: #C686FA;
}
.AnyTagClassName
{
color: #C686FA;
}
</style>
background-color css
<style>
a { background-color: #C686FA; }
a { background-color: rgb(198,134,250); }
div.DivClassName
{
background-color: #C686FA;
}
.BgClassName
{
background-color: #C686FA;
}
</style>
border-color css
<style>
span { border-color: #C686FA; }
span { border-color: rgb(198,134,250); }
td.TdClassName
{
border-color: #C686FA;
}
.TagClassName
{
border-color: #C686FA;
}
</style>