Shades of Heliotrope #C98DFE
Tints of Heliotrope #C98DFE
RGB
CMYK
RGB Variations
Color information
#C98DFE (or 0xC98DFE) is known color: Heliotrope. HEX triplet: C9, 8D and FE. RGB value is (201,141,254). Sum of RGB (Red+Green+Blue) = 201+141+254=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #C98DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DFE is #367201. Grayscale: #ABABAB. Windows color (decimal): -3568130 or 16682441. OLE color: 16682441.
HSL color Cylindrical-coordinate representation of color #C98DFE: hue angle of 271.86º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98DFE is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 141 | 254 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.00 |
| HSL | 271.86º | 0.98% | 0.77% | - |
| HSV(B) | 271.86º | 0.44% | 1% | - |
| XYZ | 51.5 | 38.62 | 98.51 | - |
| YUV | 171.82 | 174.38 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 254 | 0.21 | 0.44 | 0 | 0.00 | 271.86 | 0.98 | 0.77 |
| Hex | C9 | 8D | FE | 15 | 2C | 0 | 0 | 110 | 62 | 4D |
| Octal | 311 | 215 | 376 | 25 | 54 | 0 | 0 | 420 | 142 | 115 |
| Binary | 11001001 | 10001101 | 11111110 | 10101 | 101100 | 0 | 0 | 100010000 | 1100010 | 1001101 |
Color Harmonies of #C98DFE
Complementary color
Monochromatic Colors of #C98DFE
Black with #C98DFE
Text Example
Text Example
White with #C98DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DFE; }
p { color: rgb(201,141,254); }
H1.HeaderClassName
{
color: #C98DFE;
}
.AnyTagClassName
{
color: #C98DFE;
}
</style>
background-color css
<style>
a { background-color: #C98DFE; }
a { background-color: rgb(201,141,254); }
div.DivClassName
{
background-color: #C98DFE;
}
.BgClassName
{
background-color: #C98DFE;
}
</style>
border-color css
<style>
span { border-color: #C98DFE; }
span { border-color: rgb(201,141,254); }
td.TdClassName
{
border-color: #C98DFE;
}
.TagClassName
{
border-color: #C98DFE;
}
</style>