Shades of Heliotrope #C655FE
Tints of Heliotrope #C655FE
RGB
CMYK
RGB Variations
Color information
#C655FE (or 0xC655FE) is known color: Heliotrope. HEX triplet: C6, 55 and FE. RGB value is (198,85,254). Sum of RGB (Red+Green+Blue) = 198+85+254=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #C655FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C655FE is #39AA01. Grayscale: #898989. Windows color (decimal): -3779074 or 16668102. OLE color: 16668102.
HSL color Cylindrical-coordinate representation of color #C655FE: hue angle of 280.12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C655FE is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 85 | 254 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.00 |
| HSL | 280.12º | 0.99% | 0.66% | - |
| HSV(B) | 280.12º | 0.67% | 1% | - |
| XYZ | 44.43 | 25.66 | 96.38 | - |
| YUV | 138.05 | 193.44 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 254 | 0.22 | 0.67 | 0 | 0.00 | 280.12 | 0.99 | 0.66 |
| Hex | C6 | 55 | FE | 16 | 43 | 0 | 0 | 118 | 63 | 42 |
| Octal | 306 | 125 | 376 | 26 | 103 | 0 | 0 | 430 | 143 | 102 |
| Binary | 11000110 | 1010101 | 11111110 | 10110 | 1000011 | 0 | 0 | 100011000 | 1100011 | 1000010 |
Color Harmonies of #C655FE
Complementary color
Monochromatic Colors of #C655FE
Black with #C655FE
Text Example
Text Example
White with #C655FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C655FE; }
p { color: rgb(198,85,254); }
H1.HeaderClassName
{
color: #C655FE;
}
.AnyTagClassName
{
color: #C655FE;
}
</style>
background-color css
<style>
a { background-color: #C655FE; }
a { background-color: rgb(198,85,254); }
div.DivClassName
{
background-color: #C655FE;
}
.BgClassName
{
background-color: #C655FE;
}
</style>
border-color css
<style>
span { border-color: #C655FE; }
span { border-color: rgb(198,85,254); }
td.TdClassName
{
border-color: #C655FE;
}
.TagClassName
{
border-color: #C655FE;
}
</style>