Shades of Heliotrope #C686F7
Tints of Heliotrope #C686F7
RGB
CMYK
RGB Variations
Color information
#C686F7 (or 0xC686F7) is known color: Heliotrope. HEX triplet: C6, 86 and F7. RGB value is (198,134,247). Sum of RGB (Red+Green+Blue) = 198+134+247=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #C686F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C686F7 is #397908. Grayscale: #A5A5A5. Windows color (decimal): -3766537 or 16221894. OLE color: 16221894.
HSL color Cylindrical-coordinate representation of color #C686F7: hue angle of 273.98º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C686F7 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 134 | 247 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.03 |
| HSL | 273.98º | 0.88% | 0.75% | - |
| HSV(B) | 273.98º | 0.46% | 0.97% | - |
| XYZ | 48.6 | 35.77 | 92.34 | - |
| YUV | 166.02 | 173.7 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 247 | 0.20 | 0.46 | 0 | 0.03 | 273.98 | 0.88 | 0.75 |
| Hex | C6 | 86 | F7 | 14 | 2E | 0 | 3 | 112 | 58 | 4B |
| Octal | 306 | 206 | 367 | 24 | 56 | 0 | 3 | 422 | 130 | 113 |
| Binary | 11000110 | 10000110 | 11110111 | 10100 | 101110 | 0 | 11 | 100010010 | 1011000 | 1001011 |
Color Harmonies of #C686F7
Complementary color
Monochromatic Colors of #C686F7
Black with #C686F7
Text Example
Text Example
White with #C686F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686F7; }
p { color: rgb(198,134,247); }
H1.HeaderClassName
{
color: #C686F7;
}
.AnyTagClassName
{
color: #C686F7;
}
</style>
background-color css
<style>
a { background-color: #C686F7; }
a { background-color: rgb(198,134,247); }
div.DivClassName
{
background-color: #C686F7;
}
.BgClassName
{
background-color: #C686F7;
}
</style>
border-color css
<style>
span { border-color: #C686F7; }
span { border-color: rgb(198,134,247); }
td.TdClassName
{
border-color: #C686F7;
}
.TagClassName
{
border-color: #C686F7;
}
</style>