Shades of Heliotrope #C98DFF
Tints of Heliotrope #C98DFF
RGB
CMYK
RGB Variations
Color information
#C98DFF (or 0xC98DFF) is known color: Heliotrope. HEX triplet: C9, 8D and FF. RGB value is (201,141,255). Sum of RGB (Red+Green+Blue) = 201+141+255=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #C98DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DFF is #367200. Grayscale: #ABABAB. Windows color (decimal): -3568129 or 16747977. OLE color: 16747977.
HSL color Cylindrical-coordinate representation of color #C98DFF: hue angle of 271.58º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C98DFF is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 141 | 255 | - |
| CMYK | 0.21 | 0.45 | 0 | 0 |
| HSL | 271.58º | 1% | 0.78% | - |
| HSV(B) | 271.58º | 0.45% | 1% | - |
| XYZ | 51.66 | 38.69 | 99.35 | - |
| YUV | 171.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 255 | 0.21 | 0.45 | 0 | 0 | 271.58 | 1 | 0.78 |
| Hex | C9 | 8D | FF | 15 | 2D | 0 | 0 | 110 | 64 | 4E |
| Octal | 311 | 215 | 377 | 25 | 55 | 0 | 0 | 420 | 144 | 116 |
| Binary | 11001001 | 10001101 | 11111111 | 10101 | 101101 | 0 | 0 | 100010000 | 1100100 | 1001110 |
Color Harmonies of #C98DFF
Complementary color
Monochromatic Colors of #C98DFF
Black with #C98DFF
Text Example
Text Example
White with #C98DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DFF; }
p { color: rgb(201,141,255); }
H1.HeaderClassName
{
color: #C98DFF;
}
.AnyTagClassName
{
color: #C98DFF;
}
</style>
background-color css
<style>
a { background-color: #C98DFF; }
a { background-color: rgb(201,141,255); }
div.DivClassName
{
background-color: #C98DFF;
}
.BgClassName
{
background-color: #C98DFF;
}
</style>
border-color css
<style>
span { border-color: #C98DFF; }
span { border-color: rgb(201,141,255); }
td.TdClassName
{
border-color: #C98DFF;
}
.TagClassName
{
border-color: #C98DFF;
}
</style>