Shades of Heliotrope #C98AFF
Tints of Heliotrope #C98AFF
RGB
CMYK
RGB Variations
Color information
#C98AFF (or 0xC98AFF) is known color: Heliotrope. HEX triplet: C9, 8A and FF. RGB value is (201,138,255). Sum of RGB (Red+Green+Blue) = 201+138+255=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #C98AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98AFF is #367500. Grayscale: #A9A9A9. Windows color (decimal): -3568897 or 16747209. OLE color: 16747209.
HSL color Cylindrical-coordinate representation of color #C98AFF: hue angle of 272.31º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C98AFF is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 138 | 255 | - |
| CMYK | 0.21 | 0.46 | 0 | 0 |
| HSL | 272.31º | 1% | 0.77% | - |
| HSV(B) | 272.31º | 0.46% | 1% | - |
| XYZ | 51.23 | 37.81 | 99.21 | - |
| YUV | 170.18 | 175.87 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 255 | 0.21 | 0.46 | 0 | 0 | 272.31 | 1 | 0.77 |
| Hex | C9 | 8A | FF | 15 | 2E | 0 | 0 | 110 | 64 | 4D |
| Octal | 311 | 212 | 377 | 25 | 56 | 0 | 0 | 420 | 144 | 115 |
| Binary | 11001001 | 10001010 | 11111111 | 10101 | 101110 | 0 | 0 | 100010000 | 1100100 | 1001101 |
Color Harmonies of #C98AFF
Complementary color
Monochromatic Colors of #C98AFF
Black with #C98AFF
Text Example
Text Example
White with #C98AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98AFF; }
p { color: rgb(201,138,255); }
H1.HeaderClassName
{
color: #C98AFF;
}
.AnyTagClassName
{
color: #C98AFF;
}
</style>
background-color css
<style>
a { background-color: #C98AFF; }
a { background-color: rgb(201,138,255); }
div.DivClassName
{
background-color: #C98AFF;
}
.BgClassName
{
background-color: #C98AFF;
}
</style>
border-color css
<style>
span { border-color: #C98AFF; }
span { border-color: rgb(201,138,255); }
td.TdClassName
{
border-color: #C98AFF;
}
.TagClassName
{
border-color: #C98AFF;
}
</style>