Shades of Heliotrope #C987FC
Tints of Heliotrope #C987FC
RGB
CMYK
RGB Variations
Color information
#C987FC (or 0xC987FC) is known color: Heliotrope. HEX triplet: C9, 87 and FC. RGB value is (201,135,252). Sum of RGB (Red+Green+Blue) = 201+135+252=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 135 (53.12% from 255 or 22.96% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #C987FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C987FC is #367803. Grayscale: #A7A7A7. Windows color (decimal): -3569668 or 16549833. OLE color: 16549833.
HSL color Cylindrical-coordinate representation of color #C987FC: hue angle of 273.85º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C987FC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 135 | 252 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.01 |
| HSL | 273.85º | 0.95% | 0.76% | - |
| HSV(B) | 273.85º | 0.46% | 0.99% | - |
| XYZ | 50.32 | 36.77 | 96.54 | - |
| YUV | 168.07 | 175.37 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 252 | 0.20 | 0.46 | 0 | 0.01 | 273.85 | 0.95 | 0.76 |
| Hex | C9 | 87 | FC | 14 | 2E | 0 | 1 | 112 | 5F | 4C |
| Octal | 311 | 207 | 374 | 24 | 56 | 0 | 1 | 422 | 137 | 114 |
| Binary | 11001001 | 10000111 | 11111100 | 10100 | 101110 | 0 | 1 | 100010010 | 1011111 | 1001100 |
Color Harmonies of #C987FC
Complementary color
Monochromatic Colors of #C987FC
Black with #C987FC
Text Example
Text Example
White with #C987FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987FC; }
p { color: rgb(201,135,252); }
H1.HeaderClassName
{
color: #C987FC;
}
.AnyTagClassName
{
color: #C987FC;
}
</style>
background-color css
<style>
a { background-color: #C987FC; }
a { background-color: rgb(201,135,252); }
div.DivClassName
{
background-color: #C987FC;
}
.BgClassName
{
background-color: #C987FC;
}
</style>
border-color css
<style>
span { border-color: #C987FC; }
span { border-color: rgb(201,135,252); }
td.TdClassName
{
border-color: #C987FC;
}
.TagClassName
{
border-color: #C987FC;
}
</style>