Shades of Heliotrope #C686FC
Tints of Heliotrope #C686FC
RGB
CMYK
RGB Variations
Color information
#C686FC (or 0xC686FC) is known color: Heliotrope. HEX triplet: C6, 86 and FC. RGB value is (198,134,252). Sum of RGB (Red+Green+Blue) = 198+134+252=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 134 (52.73% from 255 or 22.95% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #C686FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C686FC is #397903. Grayscale: #A6A6A6. Windows color (decimal): -3766532 or 16549574. OLE color: 16549574.
HSL color Cylindrical-coordinate representation of color #C686FC: hue angle of 272.54º 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 #C686FC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 134 | 252 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.01 |
| HSL | 272.54º | 0.95% | 0.76% | - |
| HSV(B) | 272.54º | 0.47% | 0.99% | - |
| XYZ | 49.38 | 36.08 | 96.46 | - |
| YUV | 166.59 | 176.2 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 252 | 0.21 | 0.47 | 0 | 0.01 | 272.54 | 0.95 | 0.76 |
| Hex | C6 | 86 | FC | 15 | 2F | 0 | 1 | 111 | 5F | 4C |
| Octal | 306 | 206 | 374 | 25 | 57 | 0 | 1 | 421 | 137 | 114 |
| Binary | 11000110 | 10000110 | 11111100 | 10101 | 101111 | 0 | 1 | 100010001 | 1011111 | 1001100 |
Color Harmonies of #C686FC
Complementary color
Monochromatic Colors of #C686FC
Black with #C686FC
Text Example
Text Example
White with #C686FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686FC; }
p { color: rgb(198,134,252); }
H1.HeaderClassName
{
color: #C686FC;
}
.AnyTagClassName
{
color: #C686FC;
}
</style>
background-color css
<style>
a { background-color: #C686FC; }
a { background-color: rgb(198,134,252); }
div.DivClassName
{
background-color: #C686FC;
}
.BgClassName
{
background-color: #C686FC;
}
</style>
border-color css
<style>
span { border-color: #C686FC; }
span { border-color: rgb(198,134,252); }
td.TdClassName
{
border-color: #C686FC;
}
.TagClassName
{
border-color: #C686FC;
}
</style>