Shades of Heliotrope #C654FF
Tints of Heliotrope #C654FF
RGB
CMYK
RGB Variations
Color information
#C654FF (or 0xC654FF) is known color: Heliotrope. HEX triplet: C6, 54 and FF. RGB value is (198,84,255). Sum of RGB (Red+Green+Blue) = 198+84+255=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 84 (33.20% from 255 or 15.64% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #C654FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C654FF is #39AB00. Grayscale: #898989. Windows color (decimal): -3779329 or 16733382. OLE color: 16733382.
HSL color Cylindrical-coordinate representation of color #C654FF: hue angle of 280º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C654FF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 84 | 255 | - |
| CMYK | 0.22 | 0.67 | 0 | 0 |
| HSL | 280º | 1% | 0.66% | - |
| HSV(B) | 280º | 0.67% | 1% | - |
| XYZ | 44.51 | 25.57 | 97.2 | - |
| YUV | 137.58 | 194.27 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 255 | 0.22 | 0.67 | 0 | 0 | 280 | 1 | 0.66 |
| Hex | C6 | 54 | FF | 16 | 43 | 0 | 0 | 118 | 64 | 42 |
| Octal | 306 | 124 | 377 | 26 | 103 | 0 | 0 | 430 | 144 | 102 |
| Binary | 11000110 | 1010100 | 11111111 | 10110 | 1000011 | 0 | 0 | 100011000 | 1100100 | 1000010 |
Color Harmonies of #C654FF
Complementary color
Monochromatic Colors of #C654FF
Black with #C654FF
Text Example
Text Example
White with #C654FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C654FF; }
p { color: rgb(198,84,255); }
H1.HeaderClassName
{
color: #C654FF;
}
.AnyTagClassName
{
color: #C654FF;
}
</style>
background-color css
<style>
a { background-color: #C654FF; }
a { background-color: rgb(198,84,255); }
div.DivClassName
{
background-color: #C654FF;
}
.BgClassName
{
background-color: #C654FF;
}
</style>
border-color css
<style>
span { border-color: #C654FF; }
span { border-color: rgb(198,84,255); }
td.TdClassName
{
border-color: #C654FF;
}
.TagClassName
{
border-color: #C654FF;
}
</style>