Shades of Heliotrope #C588FD
Tints of Heliotrope #C588FD
RGB
CMYK
RGB Variations
Color information
#C588FD (or 0xC588FD) is known color: Heliotrope. HEX triplet: C5, 88 and FD. RGB value is (197,136,253). Sum of RGB (Red+Green+Blue) = 197+136+253=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #C588FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C588FD is #3A7702. Grayscale: #A7A7A7. Windows color (decimal): -3831555 or 16615621. OLE color: 16615621.
HSL color Cylindrical-coordinate representation of color #C588FD: hue angle of 271.28º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C588FD is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 136 | 253 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.01 |
| HSL | 271.28º | 0.97% | 0.76% | - |
| HSV(B) | 271.28º | 0.46% | 0.99% | - |
| XYZ | 49.56 | 36.57 | 97.38 | - |
| YUV | 167.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 253 | 0.22 | 0.46 | 0 | 0.01 | 271.28 | 0.97 | 0.76 |
| Hex | C5 | 88 | FD | 16 | 2E | 0 | 1 | 10F | 61 | 4C |
| Octal | 305 | 210 | 375 | 26 | 56 | 0 | 1 | 417 | 141 | 114 |
| Binary | 11000101 | 10001000 | 11111101 | 10110 | 101110 | 0 | 1 | 100001111 | 1100001 | 1001100 |
Color Harmonies of #C588FD
Complementary color
Monochromatic Colors of #C588FD
Black with #C588FD
Text Example
Text Example
White with #C588FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C588FD; }
p { color: rgb(197,136,253); }
H1.HeaderClassName
{
color: #C588FD;
}
.AnyTagClassName
{
color: #C588FD;
}
</style>
background-color css
<style>
a { background-color: #C588FD; }
a { background-color: rgb(197,136,253); }
div.DivClassName
{
background-color: #C588FD;
}
.BgClassName
{
background-color: #C588FD;
}
</style>
border-color css
<style>
span { border-color: #C588FD; }
span { border-color: rgb(197,136,253); }
td.TdClassName
{
border-color: #C588FD;
}
.TagClassName
{
border-color: #C588FD;
}
</style>