Shades of Heliotrope #C988FE
Tints of Heliotrope #C988FE
RGB
CMYK
RGB Variations
Color information
#C988FE (or 0xC988FE) is known color: Heliotrope. HEX triplet: C9, 88 and FE. RGB value is (201,136,254). Sum of RGB (Red+Green+Blue) = 201+136+254=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #C988FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C988FE is #367701. Grayscale: #A8A8A8. Windows color (decimal): -3569410 or 16681161. OLE color: 16681161.
HSL color Cylindrical-coordinate representation of color #C988FE: hue angle of 273.05º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C988FE is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 136 | 254 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.00 |
| HSL | 273.05º | 0.98% | 0.76% | - |
| HSV(B) | 273.05º | 0.46% | 1% | - |
| XYZ | 50.78 | 37.18 | 98.27 | - |
| YUV | 168.89 | 176.03 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 254 | 0.21 | 0.46 | 0 | 0.00 | 273.05 | 0.98 | 0.76 |
| Hex | C9 | 88 | FE | 15 | 2E | 0 | 0 | 111 | 62 | 4C |
| Octal | 311 | 210 | 376 | 25 | 56 | 0 | 0 | 421 | 142 | 114 |
| Binary | 11001001 | 10001000 | 11111110 | 10101 | 101110 | 0 | 0 | 100010001 | 1100010 | 1001100 |
Color Harmonies of #C988FE
Complementary color
Monochromatic Colors of #C988FE
Black with #C988FE
Text Example
Text Example
White with #C988FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988FE; }
p { color: rgb(201,136,254); }
H1.HeaderClassName
{
color: #C988FE;
}
.AnyTagClassName
{
color: #C988FE;
}
</style>
background-color css
<style>
a { background-color: #C988FE; }
a { background-color: rgb(201,136,254); }
div.DivClassName
{
background-color: #C988FE;
}
.BgClassName
{
background-color: #C988FE;
}
</style>
border-color css
<style>
span { border-color: #C988FE; }
span { border-color: rgb(201,136,254); }
td.TdClassName
{
border-color: #C988FE;
}
.TagClassName
{
border-color: #C988FE;
}
</style>