Shades of Heliotrope #C986FF
Tints of Heliotrope #C986FF
RGB
CMYK
RGB Variations
Color information
#C986FF (or 0xC986FF) is known color: Heliotrope. HEX triplet: C9, 86 and FF. RGB value is (201,134,255). Sum of RGB (Red+Green+Blue) = 201+134+255=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 134 (52.73% from 255 or 22.71% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #C986FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C986FF is #367900. Grayscale: #A7A7A7. Windows color (decimal): -3569921 or 16746185. OLE color: 16746185.
HSL color Cylindrical-coordinate representation of color #C986FF: hue angle of 273.22º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C986FF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 134 | 255 | - |
| CMYK | 0.21 | 0.47 | 0 | 0 |
| HSL | 273.22º | 1% | 0.76% | - |
| HSV(B) | 273.22º | 0.47% | 1% | - |
| XYZ | 50.66 | 36.69 | 99.02 | - |
| YUV | 167.83 | 177.2 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 255 | 0.21 | 0.47 | 0 | 0 | 273.22 | 1 | 0.76 |
| Hex | C9 | 86 | FF | 15 | 2F | 0 | 0 | 111 | 64 | 4C |
| Octal | 311 | 206 | 377 | 25 | 57 | 0 | 0 | 421 | 144 | 114 |
| Binary | 11001001 | 10000110 | 11111111 | 10101 | 101111 | 0 | 0 | 100010001 | 1100100 | 1001100 |
Color Harmonies of #C986FF
Complementary color
Monochromatic Colors of #C986FF
Black with #C986FF
Text Example
Text Example
White with #C986FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C986FF; }
p { color: rgb(201,134,255); }
H1.HeaderClassName
{
color: #C986FF;
}
.AnyTagClassName
{
color: #C986FF;
}
</style>
background-color css
<style>
a { background-color: #C986FF; }
a { background-color: rgb(201,134,255); }
div.DivClassName
{
background-color: #C986FF;
}
.BgClassName
{
background-color: #C986FF;
}
</style>
border-color css
<style>
span { border-color: #C986FF; }
span { border-color: rgb(201,134,255); }
td.TdClassName
{
border-color: #C986FF;
}
.TagClassName
{
border-color: #C986FF;
}
</style>