Shades of Heliotrope #C98CFC
Tints of Heliotrope #C98CFC
RGB
CMYK
RGB Variations
Color information
#C98CFC (or 0xC98CFC) is known color: Heliotrope. HEX triplet: C9, 8C and FC. RGB value is (201,140,252). Sum of RGB (Red+Green+Blue) = 201+140+252=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #C98CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98CFC is #367303. Grayscale: #AAAAAA. Windows color (decimal): -3568388 or 16551113. OLE color: 16551113.
HSL color Cylindrical-coordinate representation of color #C98CFC: hue angle of 272.68º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98CFC is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 140 | 252 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.01 |
| HSL | 272.68º | 0.95% | 0.77% | - |
| HSV(B) | 272.68º | 0.44% | 0.99% | - |
| XYZ | 51.04 | 38.2 | 96.78 | - |
| YUV | 171.01 | 173.71 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 252 | 0.20 | 0.44 | 0 | 0.01 | 272.68 | 0.95 | 0.77 |
| Hex | C9 | 8C | FC | 14 | 2C | 0 | 1 | 111 | 5F | 4D |
| Octal | 311 | 214 | 374 | 24 | 54 | 0 | 1 | 421 | 137 | 115 |
| Binary | 11001001 | 10001100 | 11111100 | 10100 | 101100 | 0 | 1 | 100010001 | 1011111 | 1001101 |
Color Harmonies of #C98CFC
Complementary color
Monochromatic Colors of #C98CFC
Black with #C98CFC
Text Example
Text Example
White with #C98CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CFC; }
p { color: rgb(201,140,252); }
H1.HeaderClassName
{
color: #C98CFC;
}
.AnyTagClassName
{
color: #C98CFC;
}
</style>
background-color css
<style>
a { background-color: #C98CFC; }
a { background-color: rgb(201,140,252); }
div.DivClassName
{
background-color: #C98CFC;
}
.BgClassName
{
background-color: #C98CFC;
}
</style>
border-color css
<style>
span { border-color: #C98CFC; }
span { border-color: rgb(201,140,252); }
td.TdClassName
{
border-color: #C98CFC;
}
.TagClassName
{
border-color: #C98CFC;
}
</style>