Shades of Heliotrope #C98BFF
Tints of Heliotrope #C98BFF
RGB
CMYK
RGB Variations
Color information
#C98BFF (or 0xC98BFF) is known color: Heliotrope. HEX triplet: C9, 8B and FF. RGB value is (201,139,255). Sum of RGB (Red+Green+Blue) = 201+139+255=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #C98BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98BFF is #367400. Grayscale: #AAAAAA. Windows color (decimal): -3568641 or 16747465. OLE color: 16747465.
HSL color Cylindrical-coordinate representation of color #C98BFF: hue angle of 272.07º 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 #C98BFF is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 139 | 255 | - |
| CMYK | 0.21 | 0.45 | 0 | 0 |
| HSL | 272.07º | 1% | 0.77% | - |
| HSV(B) | 272.07º | 0.45% | 1% | - |
| XYZ | 51.37 | 38.1 | 99.25 | - |
| YUV | 170.76 | 175.54 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 255 | 0.21 | 0.45 | 0 | 0 | 272.07 | 1 | 0.77 |
| Hex | C9 | 8B | FF | 15 | 2D | 0 | 0 | 110 | 64 | 4D |
| Octal | 311 | 213 | 377 | 25 | 55 | 0 | 0 | 420 | 144 | 115 |
| Binary | 11001001 | 10001011 | 11111111 | 10101 | 101101 | 0 | 0 | 100010000 | 1100100 | 1001101 |
Color Harmonies of #C98BFF
Complementary color
Monochromatic Colors of #C98BFF
Black with #C98BFF
Text Example
Text Example
White with #C98BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98BFF; }
p { color: rgb(201,139,255); }
H1.HeaderClassName
{
color: #C98BFF;
}
.AnyTagClassName
{
color: #C98BFF;
}
</style>
background-color css
<style>
a { background-color: #C98BFF; }
a { background-color: rgb(201,139,255); }
div.DivClassName
{
background-color: #C98BFF;
}
.BgClassName
{
background-color: #C98BFF;
}
</style>
border-color css
<style>
span { border-color: #C98BFF; }
span { border-color: rgb(201,139,255); }
td.TdClassName
{
border-color: #C98BFF;
}
.TagClassName
{
border-color: #C98BFF;
}
</style>