Shades of Heliotrope #C658FF
Tints of Heliotrope #C658FF
RGB
CMYK
RGB Variations
Color information
#C658FF (or 0xC658FF) is known color: Heliotrope. HEX triplet: C6, 58 and FF. RGB value is (198,88,255). Sum of RGB (Red+Green+Blue) = 198+88+255=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 88 (34.77% from 255 or 16.27% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #C658FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C658FF is #39A700. Grayscale: #8B8B8B. Windows color (decimal): -3778305 or 16734406. OLE color: 16734406.
HSL color Cylindrical-coordinate representation of color #C658FF: hue angle of 279.52º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C658FF is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 88 | 255 | - |
| CMYK | 0.22 | 0.65 | 0 | 0 |
| HSL | 279.52º | 1% | 0.67% | - |
| HSV(B) | 279.52º | 0.65% | 1% | - |
| XYZ | 44.83 | 26.21 | 97.3 | - |
| YUV | 139.93 | 192.94 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 255 | 0.22 | 0.65 | 0 | 0 | 279.52 | 1 | 0.67 |
| Hex | C6 | 58 | FF | 16 | 41 | 0 | 0 | 118 | 64 | 43 |
| Octal | 306 | 130 | 377 | 26 | 101 | 0 | 0 | 430 | 144 | 103 |
| Binary | 11000110 | 1011000 | 11111111 | 10110 | 1000001 | 0 | 0 | 100011000 | 1100100 | 1000011 |
Color Harmonies of #C658FF
Complementary color
Monochromatic Colors of #C658FF
Black with #C658FF
Text Example
Text Example
White with #C658FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C658FF; }
p { color: rgb(198,88,255); }
H1.HeaderClassName
{
color: #C658FF;
}
.AnyTagClassName
{
color: #C658FF;
}
</style>
background-color css
<style>
a { background-color: #C658FF; }
a { background-color: rgb(198,88,255); }
div.DivClassName
{
background-color: #C658FF;
}
.BgClassName
{
background-color: #C658FF;
}
</style>
border-color css
<style>
span { border-color: #C658FF; }
span { border-color: rgb(198,88,255); }
td.TdClassName
{
border-color: #C658FF;
}
.TagClassName
{
border-color: #C658FF;
}
</style>