Shades of Heliotrope #C988FF
Tints of Heliotrope #C988FF
RGB
CMYK
RGB Variations
Color information
#C988FF (or 0xC988FF) is known color: Heliotrope. HEX triplet: C9, 88 and FF. RGB value is (201,136,255). Sum of RGB (Red+Green+Blue) = 201+136+255=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #C988FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C988FF is #367700. Grayscale: #A8A8A8. Windows color (decimal): -3569409 or 16746697. OLE color: 16746697.
HSL color Cylindrical-coordinate representation of color #C988FF: hue angle of 272.77º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C988FF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 136 | 255 | - |
| CMYK | 0.21 | 0.47 | 0 | 0 |
| HSL | 272.77º | 1% | 0.77% | - |
| HSV(B) | 272.77º | 0.47% | 1% | - |
| XYZ | 50.94 | 37.25 | 99.11 | - |
| YUV | 169 | 176.53 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 255 | 0.21 | 0.47 | 0 | 0 | 272.77 | 1 | 0.77 |
| Hex | C9 | 88 | FF | 15 | 2F | 0 | 0 | 111 | 64 | 4D |
| Octal | 311 | 210 | 377 | 25 | 57 | 0 | 0 | 421 | 144 | 115 |
| Binary | 11001001 | 10001000 | 11111111 | 10101 | 101111 | 0 | 0 | 100010001 | 1100100 | 1001101 |
Color Harmonies of #C988FF
Complementary color
Monochromatic Colors of #C988FF
Black with #C988FF
Text Example
Text Example
White with #C988FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988FF; }
p { color: rgb(201,136,255); }
H1.HeaderClassName
{
color: #C988FF;
}
.AnyTagClassName
{
color: #C988FF;
}
</style>
background-color css
<style>
a { background-color: #C988FF; }
a { background-color: rgb(201,136,255); }
div.DivClassName
{
background-color: #C988FF;
}
.BgClassName
{
background-color: #C988FF;
}
</style>
border-color css
<style>
span { border-color: #C988FF; }
span { border-color: rgb(201,136,255); }
td.TdClassName
{
border-color: #C988FF;
}
.TagClassName
{
border-color: #C988FF;
}
</style>