Shades of Heliotrope #C98CFF
Tints of Heliotrope #C98CFF
RGB
CMYK
RGB Variations
Color information
#C98CFF (or 0xC98CFF) is known color: Heliotrope. HEX triplet: C9, 8C and FF. RGB value is (201,140,255). Sum of RGB (Red+Green+Blue) = 201+140+255=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #C98CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98CFF is #367300. Grayscale: #AAAAAA. Windows color (decimal): -3568385 or 16747721. OLE color: 16747721.
HSL color Cylindrical-coordinate representation of color #C98CFF: hue angle of 271.83º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C98CFF is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 140 | 255 | - |
| CMYK | 0.21 | 0.45 | 0 | 0 |
| HSL | 271.83º | 1% | 0.77% | - |
| HSV(B) | 271.83º | 0.45% | 1% | - |
| XYZ | 51.52 | 38.39 | 99.3 | - |
| YUV | 171.35 | 175.21 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 255 | 0.21 | 0.45 | 0 | 0 | 271.83 | 1 | 0.77 |
| Hex | C9 | 8C | FF | 15 | 2D | 0 | 0 | 110 | 64 | 4D |
| Octal | 311 | 214 | 377 | 25 | 55 | 0 | 0 | 420 | 144 | 115 |
| Binary | 11001001 | 10001100 | 11111111 | 10101 | 101101 | 0 | 0 | 100010000 | 1100100 | 1001101 |
Color Harmonies of #C98CFF
Complementary color
Monochromatic Colors of #C98CFF
Black with #C98CFF
Text Example
Text Example
White with #C98CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CFF; }
p { color: rgb(201,140,255); }
H1.HeaderClassName
{
color: #C98CFF;
}
.AnyTagClassName
{
color: #C98CFF;
}
</style>
background-color css
<style>
a { background-color: #C98CFF; }
a { background-color: rgb(201,140,255); }
div.DivClassName
{
background-color: #C98CFF;
}
.BgClassName
{
background-color: #C98CFF;
}
</style>
border-color css
<style>
span { border-color: #C98CFF; }
span { border-color: rgb(201,140,255); }
td.TdClassName
{
border-color: #C98CFF;
}
.TagClassName
{
border-color: #C98CFF;
}
</style>