Shades of Heliotrope #C988FB
Tints of Heliotrope #C988FB
RGB
CMYK
RGB Variations
Color information
#C988FB (or 0xC988FB) is known color: Heliotrope. HEX triplet: C9, 88 and FB. RGB value is (201,136,251). Sum of RGB (Red+Green+Blue) = 201+136+251=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 136 (53.52% from 255 or 23.13% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #C988FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C988FB is #367704. Grayscale: #A8A8A8. Windows color (decimal): -3569413 or 16484553. OLE color: 16484553.
HSL color Cylindrical-coordinate representation of color #C988FB: hue angle of 273.91º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C988FB is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 136 | 251 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.02 |
| HSL | 273.91º | 0.93% | 0.76% | - |
| HSV(B) | 273.91º | 0.46% | 0.98% | - |
| XYZ | 50.3 | 36.99 | 95.76 | - |
| YUV | 168.55 | 174.53 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 251 | 0.20 | 0.46 | 0 | 0.02 | 273.91 | 0.93 | 0.76 |
| Hex | C9 | 88 | FB | 14 | 2E | 0 | 2 | 112 | 5D | 4C |
| Octal | 311 | 210 | 373 | 24 | 56 | 0 | 2 | 422 | 135 | 114 |
| Binary | 11001001 | 10001000 | 11111011 | 10100 | 101110 | 0 | 10 | 100010010 | 1011101 | 1001100 |
Color Harmonies of #C988FB
Complementary color
Monochromatic Colors of #C988FB
Black with #C988FB
Text Example
Text Example
White with #C988FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988FB; }
p { color: rgb(201,136,251); }
H1.HeaderClassName
{
color: #C988FB;
}
.AnyTagClassName
{
color: #C988FB;
}
</style>
background-color css
<style>
a { background-color: #C988FB; }
a { background-color: rgb(201,136,251); }
div.DivClassName
{
background-color: #C988FB;
}
.BgClassName
{
background-color: #C988FB;
}
</style>
border-color css
<style>
span { border-color: #C988FB; }
span { border-color: rgb(201,136,251); }
td.TdClassName
{
border-color: #C988FB;
}
.TagClassName
{
border-color: #C988FB;
}
</style>