Shades of Heliotrope #C58BFE
Tints of Heliotrope #C58BFE
RGB
CMYK
RGB Variations
Color information
#C58BFE (or 0xC58BFE) is known color: Heliotrope. HEX triplet: C5, 8B and FE. RGB value is (197,139,254). Sum of RGB (Red+Green+Blue) = 197+139+254=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #C58BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BFE is #3A7401. Grayscale: #A9A9A9. Windows color (decimal): -3830786 or 16681925. OLE color: 16681925.
HSL color Cylindrical-coordinate representation of color #C58BFE: hue angle of 270.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C58BFE is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 139 | 254 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.00 |
| HSL | 270.26º | 0.98% | 0.77% | - |
| HSV(B) | 270.26º | 0.45% | 1% | - |
| XYZ | 50.15 | 37.49 | 98.36 | - |
| YUV | 169.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 254 | 0.22 | 0.45 | 0 | 0.00 | 270.26 | 0.98 | 0.77 |
| Hex | C5 | 8B | FE | 16 | 2D | 0 | 0 | 10E | 62 | 4D |
| Octal | 305 | 213 | 376 | 26 | 55 | 0 | 0 | 416 | 142 | 115 |
| Binary | 11000101 | 10001011 | 11111110 | 10110 | 101101 | 0 | 0 | 100001110 | 1100010 | 1001101 |
Color Harmonies of #C58BFE
Complementary color
Monochromatic Colors of #C58BFE
Black with #C58BFE
Text Example
Text Example
White with #C58BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BFE; }
p { color: rgb(197,139,254); }
H1.HeaderClassName
{
color: #C58BFE;
}
.AnyTagClassName
{
color: #C58BFE;
}
</style>
background-color css
<style>
a { background-color: #C58BFE; }
a { background-color: rgb(197,139,254); }
div.DivClassName
{
background-color: #C58BFE;
}
.BgClassName
{
background-color: #C58BFE;
}
</style>
border-color css
<style>
span { border-color: #C58BFE; }
span { border-color: rgb(197,139,254); }
td.TdClassName
{
border-color: #C58BFE;
}
.TagClassName
{
border-color: #C58BFE;
}
</style>