Shades of Heliotrope #C588FA
Tints of Heliotrope #C588FA
RGB
CMYK
RGB Variations
Color information
#C588FA (or 0xC588FA) is known color: Heliotrope. HEX triplet: C5, 88 and FA. RGB value is (197,136,250). Sum of RGB (Red+Green+Blue) = 197+136+250=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #C588FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C588FA is #3A7705. Grayscale: #A6A6A6. Windows color (decimal): -3831558 or 16419013. OLE color: 16419013.
HSL color Cylindrical-coordinate representation of color #C588FA: hue angle of 272.11º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C588FA is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 136 | 250 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.02 |
| HSL | 272.11º | 0.92% | 0.76% | - |
| HSV(B) | 272.11º | 0.46% | 0.98% | - |
| XYZ | 49.09 | 36.38 | 94.88 | - |
| YUV | 167.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 250 | 0.21 | 0.46 | 0 | 0.02 | 272.11 | 0.92 | 0.76 |
| Hex | C5 | 88 | FA | 15 | 2E | 0 | 2 | 110 | 5C | 4C |
| Octal | 305 | 210 | 372 | 25 | 56 | 0 | 2 | 420 | 134 | 114 |
| Binary | 11000101 | 10001000 | 11111010 | 10101 | 101110 | 0 | 10 | 100010000 | 1011100 | 1001100 |
Color Harmonies of #C588FA
Complementary color
Monochromatic Colors of #C588FA
Black with #C588FA
Text Example
Text Example
White with #C588FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C588FA; }
p { color: rgb(197,136,250); }
H1.HeaderClassName
{
color: #C588FA;
}
.AnyTagClassName
{
color: #C588FA;
}
</style>
background-color css
<style>
a { background-color: #C588FA; }
a { background-color: rgb(197,136,250); }
div.DivClassName
{
background-color: #C588FA;
}
.BgClassName
{
background-color: #C588FA;
}
</style>
border-color css
<style>
span { border-color: #C588FA; }
span { border-color: rgb(197,136,250); }
td.TdClassName
{
border-color: #C588FA;
}
.TagClassName
{
border-color: #C588FA;
}
</style>