Shades of Heliotrope #C987FE
Tints of Heliotrope #C987FE
RGB
CMYK
RGB Variations
Color information
#C987FE (or 0xC987FE) is known color: Heliotrope. HEX triplet: C9, 87 and FE. RGB value is (201,135,254). Sum of RGB (Red+Green+Blue) = 201+135+254=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 135 (53.12% from 255 or 22.88% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #C987FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C987FE is #367801. Grayscale: #A7A7A7. Windows color (decimal): -3569666 or 16680905. OLE color: 16680905.
HSL color Cylindrical-coordinate representation of color #C987FE: hue angle of 273.28º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C987FE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 135 | 254 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.00 |
| HSL | 273.28º | 0.98% | 0.76% | - |
| HSV(B) | 273.28º | 0.47% | 1% | - |
| XYZ | 50.64 | 36.9 | 98.22 | - |
| YUV | 168.3 | 176.37 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 254 | 0.21 | 0.47 | 0 | 0.00 | 273.28 | 0.98 | 0.76 |
| Hex | C9 | 87 | FE | 15 | 2F | 0 | 0 | 111 | 62 | 4C |
| Octal | 311 | 207 | 376 | 25 | 57 | 0 | 0 | 421 | 142 | 114 |
| Binary | 11001001 | 10000111 | 11111110 | 10101 | 101111 | 0 | 0 | 100010001 | 1100010 | 1001100 |
Color Harmonies of #C987FE
Complementary color
Monochromatic Colors of #C987FE
Black with #C987FE
Text Example
Text Example
White with #C987FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987FE; }
p { color: rgb(201,135,254); }
H1.HeaderClassName
{
color: #C987FE;
}
.AnyTagClassName
{
color: #C987FE;
}
</style>
background-color css
<style>
a { background-color: #C987FE; }
a { background-color: rgb(201,135,254); }
div.DivClassName
{
background-color: #C987FE;
}
.BgClassName
{
background-color: #C987FE;
}
</style>
border-color css
<style>
span { border-color: #C987FE; }
span { border-color: rgb(201,135,254); }
td.TdClassName
{
border-color: #C987FE;
}
.TagClassName
{
border-color: #C987FE;
}
</style>