Shades of Heliotrope #C98EFF
Tints of Heliotrope #C98EFF
RGB
CMYK
RGB Variations
Color information
#C98EFF (or 0xC98EFF) is known color: Heliotrope. HEX triplet: C9, 8E and FF. RGB value is (201,142,255). Sum of RGB (Red+Green+Blue) = 201+142+255=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 142 (55.86% from 255 or 23.75% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #C98EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98EFF is #367100. Grayscale: #ACACAC. Windows color (decimal): -3567873 or 16748233. OLE color: 16748233.
HSL color Cylindrical-coordinate representation of color #C98EFF: hue angle of 271.33º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98EFF is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 142 | 255 | - |
| CMYK | 0.21 | 0.44 | 0 | 0 |
| HSL | 271.33º | 1% | 0.78% | - |
| HSV(B) | 271.33º | 0.44% | 1% | - |
| XYZ | 51.81 | 38.98 | 99.4 | - |
| YUV | 172.52 | 174.55 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 255 | 0.21 | 0.44 | 0 | 0 | 271.33 | 1 | 0.78 |
| Hex | C9 | 8E | FF | 15 | 2C | 0 | 0 | 10F | 64 | 4E |
| Octal | 311 | 216 | 377 | 25 | 54 | 0 | 0 | 417 | 144 | 116 |
| Binary | 11001001 | 10001110 | 11111111 | 10101 | 101100 | 0 | 0 | 100001111 | 1100100 | 1001110 |
Color Harmonies of #C98EFF
Complementary color
Monochromatic Colors of #C98EFF
Black with #C98EFF
Text Example
Text Example
White with #C98EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98EFF; }
p { color: rgb(201,142,255); }
H1.HeaderClassName
{
color: #C98EFF;
}
.AnyTagClassName
{
color: #C98EFF;
}
</style>
background-color css
<style>
a { background-color: #C98EFF; }
a { background-color: rgb(201,142,255); }
div.DivClassName
{
background-color: #C98EFF;
}
.BgClassName
{
background-color: #C98EFF;
}
</style>
border-color css
<style>
span { border-color: #C98EFF; }
span { border-color: rgb(201,142,255); }
td.TdClassName
{
border-color: #C98EFF;
}
.TagClassName
{
border-color: #C98EFF;
}
</style>