Shades of Heliotrope #C987FF
Tints of Heliotrope #C987FF
RGB
CMYK
RGB Variations
Color information
#C987FF (or 0xC987FF) is known color: Heliotrope. HEX triplet: C9, 87 and FF. RGB value is (201,135,255). Sum of RGB (Red+Green+Blue) = 201+135+255=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 135 (53.12% from 255 or 22.84% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #C987FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C987FF is #367800. Grayscale: #A8A8A8. Windows color (decimal): -3569665 or 16746441. OLE color: 16746441.
HSL color Cylindrical-coordinate representation of color #C987FF: hue angle of 273º 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 #C987FF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 135 | 255 | - |
| CMYK | 0.21 | 0.47 | 0 | 0 |
| HSL | 273º | 1% | 0.76% | - |
| HSV(B) | 273º | 0.47% | 1% | - |
| XYZ | 50.8 | 36.97 | 99.07 | - |
| YUV | 168.41 | 176.87 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 255 | 0.21 | 0.47 | 0 | 0 | 273 | 1 | 0.76 |
| Hex | C9 | 87 | FF | 15 | 2F | 0 | 0 | 111 | 64 | 4C |
| Octal | 311 | 207 | 377 | 25 | 57 | 0 | 0 | 421 | 144 | 114 |
| Binary | 11001001 | 10000111 | 11111111 | 10101 | 101111 | 0 | 0 | 100010001 | 1100100 | 1001100 |
Color Harmonies of #C987FF
Complementary color
Monochromatic Colors of #C987FF
Black with #C987FF
Text Example
Text Example
White with #C987FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987FF; }
p { color: rgb(201,135,255); }
H1.HeaderClassName
{
color: #C987FF;
}
.AnyTagClassName
{
color: #C987FF;
}
</style>
background-color css
<style>
a { background-color: #C987FF; }
a { background-color: rgb(201,135,255); }
div.DivClassName
{
background-color: #C987FF;
}
.BgClassName
{
background-color: #C987FF;
}
</style>
border-color css
<style>
span { border-color: #C987FF; }
span { border-color: rgb(201,135,255); }
td.TdClassName
{
border-color: #C987FF;
}
.TagClassName
{
border-color: #C987FF;
}
</style>