Shades of Heliotrope #C98BFD
Tints of Heliotrope #C98BFD
RGB
CMYK
RGB Variations
Color information
#C98BFD (or 0xC98BFD) is known color: Heliotrope. HEX triplet: C9, 8B and FD. RGB value is (201,139,253). Sum of RGB (Red+Green+Blue) = 201+139+253=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #C98BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98BFD is #367402. Grayscale: #AAAAAA. Windows color (decimal): -3568643 or 16616393. OLE color: 16616393.
HSL color Cylindrical-coordinate representation of color #C98BFD: hue angle of 272.63º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C98BFD is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 139 | 253 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.01 |
| HSL | 272.63º | 0.97% | 0.77% | - |
| HSV(B) | 272.63º | 0.45% | 0.99% | - |
| XYZ | 51.05 | 37.97 | 97.57 | - |
| YUV | 170.53 | 174.54 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 253 | 0.21 | 0.45 | 0 | 0.01 | 272.63 | 0.97 | 0.77 |
| Hex | C9 | 8B | FD | 15 | 2D | 0 | 1 | 111 | 61 | 4D |
| Octal | 311 | 213 | 375 | 25 | 55 | 0 | 1 | 421 | 141 | 115 |
| Binary | 11001001 | 10001011 | 11111101 | 10101 | 101101 | 0 | 1 | 100010001 | 1100001 | 1001101 |
Color Harmonies of #C98BFD
Complementary color
Monochromatic Colors of #C98BFD
Black with #C98BFD
Text Example
Text Example
White with #C98BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98BFD; }
p { color: rgb(201,139,253); }
H1.HeaderClassName
{
color: #C98BFD;
}
.AnyTagClassName
{
color: #C98BFD;
}
</style>
background-color css
<style>
a { background-color: #C98BFD; }
a { background-color: rgb(201,139,253); }
div.DivClassName
{
background-color: #C98BFD;
}
.BgClassName
{
background-color: #C98BFD;
}
</style>
border-color css
<style>
span { border-color: #C98BFD; }
span { border-color: rgb(201,139,253); }
td.TdClassName
{
border-color: #C98BFD;
}
.TagClassName
{
border-color: #C98BFD;
}
</style>