Shades of Heliotrope #C655FF
Tints of Heliotrope #C655FF
RGB
CMYK
RGB Variations
Color information
#C655FF (or 0xC655FF) is known color: Heliotrope. HEX triplet: C6, 55 and FF. RGB value is (198,85,255). Sum of RGB (Red+Green+Blue) = 198+85+255=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #C655FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C655FF is #39AA00. Grayscale: #898989. Windows color (decimal): -3779073 or 16733638. OLE color: 16733638.
HSL color Cylindrical-coordinate representation of color #C655FF: hue angle of 279.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C655FF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 85 | 255 | - |
| CMYK | 0.22 | 0.67 | 0 | 0 |
| HSL | 279.88º | 1% | 0.67% | - |
| HSV(B) | 279.88º | 0.67% | 1% | - |
| XYZ | 44.59 | 25.72 | 97.22 | - |
| YUV | 138.17 | 193.94 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 255 | 0.22 | 0.67 | 0 | 0 | 279.88 | 1 | 0.67 |
| Hex | C6 | 55 | FF | 16 | 43 | 0 | 0 | 118 | 64 | 43 |
| Octal | 306 | 125 | 377 | 26 | 103 | 0 | 0 | 430 | 144 | 103 |
| Binary | 11000110 | 1010101 | 11111111 | 10110 | 1000011 | 0 | 0 | 100011000 | 1100100 | 1000011 |
Color Harmonies of #C655FF
Complementary color
Monochromatic Colors of #C655FF
Black with #C655FF
Text Example
Text Example
White with #C655FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C655FF; }
p { color: rgb(198,85,255); }
H1.HeaderClassName
{
color: #C655FF;
}
.AnyTagClassName
{
color: #C655FF;
}
</style>
background-color css
<style>
a { background-color: #C655FF; }
a { background-color: rgb(198,85,255); }
div.DivClassName
{
background-color: #C655FF;
}
.BgClassName
{
background-color: #C655FF;
}
</style>
border-color css
<style>
span { border-color: #C655FF; }
span { border-color: rgb(198,85,255); }
td.TdClassName
{
border-color: #C655FF;
}
.TagClassName
{
border-color: #C655FF;
}
</style>