Shades of Heliotrope #C987FA
Tints of Heliotrope #C987FA
RGB
CMYK
RGB Variations
Color information
#C987FA (or 0xC987FA) is known color: Heliotrope. HEX triplet: C9, 87 and FA. RGB value is (201,135,250). Sum of RGB (Red+Green+Blue) = 201+135+250=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 135 (53.12% from 255 or 23.04% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #C987FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C987FA is #367805. Grayscale: #A7A7A7. Windows color (decimal): -3569670 or 16418761. OLE color: 16418761.
HSL color Cylindrical-coordinate representation of color #C987FA: hue angle of 274.43º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C987FA is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 135 | 250 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.02 |
| HSL | 274.43º | 0.92% | 0.75% | - |
| HSV(B) | 274.43º | 0.46% | 0.98% | - |
| XYZ | 50.01 | 36.65 | 94.88 | - |
| YUV | 167.84 | 174.37 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 250 | 0.20 | 0.46 | 0 | 0.02 | 274.43 | 0.92 | 0.75 |
| Hex | C9 | 87 | FA | 14 | 2E | 0 | 2 | 112 | 5C | 4B |
| Octal | 311 | 207 | 372 | 24 | 56 | 0 | 2 | 422 | 134 | 113 |
| Binary | 11001001 | 10000111 | 11111010 | 10100 | 101110 | 0 | 10 | 100010010 | 1011100 | 1001011 |
Color Harmonies of #C987FA
Complementary color
Monochromatic Colors of #C987FA
Black with #C987FA
Text Example
Text Example
White with #C987FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987FA; }
p { color: rgb(201,135,250); }
H1.HeaderClassName
{
color: #C987FA;
}
.AnyTagClassName
{
color: #C987FA;
}
</style>
background-color css
<style>
a { background-color: #C987FA; }
a { background-color: rgb(201,135,250); }
div.DivClassName
{
background-color: #C987FA;
}
.BgClassName
{
background-color: #C987FA;
}
</style>
border-color css
<style>
span { border-color: #C987FA; }
span { border-color: rgb(201,135,250); }
td.TdClassName
{
border-color: #C987FA;
}
.TagClassName
{
border-color: #C987FA;
}
</style>