Shades of Heliotrope #C98CFE
Tints of Heliotrope #C98CFE
RGB
CMYK
RGB Variations
Color information
#C98CFE (or 0xC98CFE) is known color: Heliotrope. HEX triplet: C9, 8C and FE. RGB value is (201,140,254). Sum of RGB (Red+Green+Blue) = 201+140+254=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #C98CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98CFE is #367301. Grayscale: #AAAAAA. Windows color (decimal): -3568386 or 16682185. OLE color: 16682185.
HSL color Cylindrical-coordinate representation of color #C98CFE: hue angle of 272.11º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C98CFE is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 140 | 254 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.00 |
| HSL | 272.11º | 0.98% | 0.77% | - |
| HSV(B) | 272.11º | 0.45% | 1% | - |
| XYZ | 51.35 | 38.33 | 98.46 | - |
| YUV | 171.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 254 | 0.21 | 0.45 | 0 | 0.00 | 272.11 | 0.98 | 0.77 |
| Hex | C9 | 8C | FE | 15 | 2D | 0 | 0 | 110 | 62 | 4D |
| Octal | 311 | 214 | 376 | 25 | 55 | 0 | 0 | 420 | 142 | 115 |
| Binary | 11001001 | 10001100 | 11111110 | 10101 | 101101 | 0 | 0 | 100010000 | 1100010 | 1001101 |
Color Harmonies of #C98CFE
Complementary color
Monochromatic Colors of #C98CFE
Black with #C98CFE
Text Example
Text Example
White with #C98CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CFE; }
p { color: rgb(201,140,254); }
H1.HeaderClassName
{
color: #C98CFE;
}
.AnyTagClassName
{
color: #C98CFE;
}
</style>
background-color css
<style>
a { background-color: #C98CFE; }
a { background-color: rgb(201,140,254); }
div.DivClassName
{
background-color: #C98CFE;
}
.BgClassName
{
background-color: #C98CFE;
}
</style>
border-color css
<style>
span { border-color: #C98CFE; }
span { border-color: rgb(201,140,254); }
td.TdClassName
{
border-color: #C98CFE;
}
.TagClassName
{
border-color: #C98CFE;
}
</style>