Shades of Heliotrope #C58AFC
Tints of Heliotrope #C58AFC
RGB
CMYK
RGB Variations
Color information
#C58AFC (or 0xC58AFC) is known color: Heliotrope. HEX triplet: C5, 8A and FC. RGB value is (197,138,252). Sum of RGB (Red+Green+Blue) = 197+138+252=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #C58AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58AFC is #3A7503. Grayscale: #A8A8A8. Windows color (decimal): -3831044 or 16550597. OLE color: 16550597.
HSL color Cylindrical-coordinate representation of color #C58AFC: hue angle of 271.05º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C58AFC is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 138 | 252 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.01 |
| HSL | 271.05º | 0.95% | 0.76% | - |
| HSV(B) | 271.05º | 0.45% | 0.99% | - |
| XYZ | 49.69 | 37.08 | 96.63 | - |
| YUV | 168.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 252 | 0.22 | 0.45 | 0 | 0.01 | 271.05 | 0.95 | 0.76 |
| Hex | C5 | 8A | FC | 16 | 2D | 0 | 1 | 10F | 5F | 4C |
| Octal | 305 | 212 | 374 | 26 | 55 | 0 | 1 | 417 | 137 | 114 |
| Binary | 11000101 | 10001010 | 11111100 | 10110 | 101101 | 0 | 1 | 100001111 | 1011111 | 1001100 |
Color Harmonies of #C58AFC
Complementary color
Monochromatic Colors of #C58AFC
Black with #C58AFC
Text Example
Text Example
White with #C58AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58AFC; }
p { color: rgb(197,138,252); }
H1.HeaderClassName
{
color: #C58AFC;
}
.AnyTagClassName
{
color: #C58AFC;
}
</style>
background-color css
<style>
a { background-color: #C58AFC; }
a { background-color: rgb(197,138,252); }
div.DivClassName
{
background-color: #C58AFC;
}
.BgClassName
{
background-color: #C58AFC;
}
</style>
border-color css
<style>
span { border-color: #C58AFC; }
span { border-color: rgb(197,138,252); }
td.TdClassName
{
border-color: #C58AFC;
}
.TagClassName
{
border-color: #C58AFC;
}
</style>