Shades of Heliotrope #C659FC
Tints of Heliotrope #C659FC
RGB
CMYK
RGB Variations
Color information
#C659FC (or 0xC659FC) is known color: Heliotrope. HEX triplet: C6, 59 and FC. RGB value is (198,89,252). Sum of RGB (Red+Green+Blue) = 198+89+252=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 89 (35.16% from 255 or 16.51% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #C659FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C659FC is #39A603. Grayscale: #8B8B8B. Windows color (decimal): -3778052 or 16538054. OLE color: 16538054.
HSL color Cylindrical-coordinate representation of color #C659FC: hue angle of 280.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C659FC is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 89 | 252 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.01 |
| HSL | 280.12º | 0.96% | 0.67% | - |
| HSV(B) | 280.12º | 0.65% | 0.99% | - |
| XYZ | 44.43 | 26.18 | 94.81 | - |
| YUV | 140.17 | 191.11 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 252 | 0.21 | 0.65 | 0 | 0.01 | 280.12 | 0.96 | 0.67 |
| Hex | C6 | 59 | FC | 15 | 41 | 0 | 1 | 118 | 60 | 43 |
| Octal | 306 | 131 | 374 | 25 | 101 | 0 | 1 | 430 | 140 | 103 |
| Binary | 11000110 | 1011001 | 11111100 | 10101 | 1000001 | 0 | 1 | 100011000 | 1100000 | 1000011 |
Color Harmonies of #C659FC
Complementary color
Monochromatic Colors of #C659FC
Black with #C659FC
Text Example
Text Example
White with #C659FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659FC; }
p { color: rgb(198,89,252); }
H1.HeaderClassName
{
color: #C659FC;
}
.AnyTagClassName
{
color: #C659FC;
}
</style>
background-color css
<style>
a { background-color: #C659FC; }
a { background-color: rgb(198,89,252); }
div.DivClassName
{
background-color: #C659FC;
}
.BgClassName
{
background-color: #C659FC;
}
</style>
border-color css
<style>
span { border-color: #C659FC; }
span { border-color: rgb(198,89,252); }
td.TdClassName
{
border-color: #C659FC;
}
.TagClassName
{
border-color: #C659FC;
}
</style>