Shades of Heliotrope #C658FA
Tints of Heliotrope #C658FA
RGB
CMYK
RGB Variations
Color information
#C658FA (or 0xC658FA) is known color: Heliotrope. HEX triplet: C6, 58 and FA. RGB value is (198,88,250). Sum of RGB (Red+Green+Blue) = 198+88+250=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #C658FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C658FA is #39A705. Grayscale: #8A8A8A. Windows color (decimal): -3778310 or 16406726. OLE color: 16406726.
HSL color Cylindrical-coordinate representation of color #C658FA: hue angle of 280.74º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C658FA is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 88 | 250 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.02 |
| HSL | 280.74º | 0.94% | 0.66% | - |
| HSV(B) | 280.74º | 0.65% | 0.98% | - |
| XYZ | 44.03 | 25.89 | 93.12 | - |
| YUV | 139.36 | 190.44 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 250 | 0.21 | 0.65 | 0 | 0.02 | 280.74 | 0.94 | 0.66 |
| Hex | C6 | 58 | FA | 15 | 41 | 0 | 2 | 119 | 5E | 42 |
| Octal | 306 | 130 | 372 | 25 | 101 | 0 | 2 | 431 | 136 | 102 |
| Binary | 11000110 | 1011000 | 11111010 | 10101 | 1000001 | 0 | 10 | 100011001 | 1011110 | 1000010 |
Color Harmonies of #C658FA
Complementary color
Monochromatic Colors of #C658FA
Black with #C658FA
Text Example
Text Example
White with #C658FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C658FA; }
p { color: rgb(198,88,250); }
H1.HeaderClassName
{
color: #C658FA;
}
.AnyTagClassName
{
color: #C658FA;
}
</style>
background-color css
<style>
a { background-color: #C658FA; }
a { background-color: rgb(198,88,250); }
div.DivClassName
{
background-color: #C658FA;
}
.BgClassName
{
background-color: #C658FA;
}
</style>
border-color css
<style>
span { border-color: #C658FA; }
span { border-color: rgb(198,88,250); }
td.TdClassName
{
border-color: #C658FA;
}
.TagClassName
{
border-color: #C658FA;
}
</style>