Shades of Heliotrope #C55EF7
Tints of Heliotrope #C55EF7
RGB
CMYK
RGB Variations
Color information
#C55EF7 (or 0xC55EF7) is known color: Heliotrope. HEX triplet: C5, 5E and F7. RGB value is (197,94,247). Sum of RGB (Red+Green+Blue) = 197+94+247=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #C55EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EF7 is #3AA108. Grayscale: #8D8D8D. Windows color (decimal): -3842313 or 16211653. OLE color: 16211653.
HSL color Cylindrical-coordinate representation of color #C55EF7: hue angle of 280.39º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C55EF7 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 94 | 247 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.03 |
| HSL | 280.39º | 0.91% | 0.67% | - |
| HSV(B) | 280.39º | 0.62% | 0.97% | - |
| XYZ | 43.82 | 26.59 | 90.82 | - |
| YUV | 142.24 | 187.12 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 247 | 0.20 | 0.62 | 0 | 0.03 | 280.39 | 0.91 | 0.67 |
| Hex | C5 | 5E | F7 | 14 | 3E | 0 | 3 | 118 | 5B | 43 |
| Octal | 305 | 136 | 367 | 24 | 76 | 0 | 3 | 430 | 133 | 103 |
| Binary | 11000101 | 1011110 | 11110111 | 10100 | 111110 | 0 | 11 | 100011000 | 1011011 | 1000011 |
Color Harmonies of #C55EF7
Complementary color
Monochromatic Colors of #C55EF7
Black with #C55EF7
Text Example
Text Example
White with #C55EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55EF7; }
p { color: rgb(197,94,247); }
H1.HeaderClassName
{
color: #C55EF7;
}
.AnyTagClassName
{
color: #C55EF7;
}
</style>
background-color css
<style>
a { background-color: #C55EF7; }
a { background-color: rgb(197,94,247); }
div.DivClassName
{
background-color: #C55EF7;
}
.BgClassName
{
background-color: #C55EF7;
}
</style>
border-color css
<style>
span { border-color: #C55EF7; }
span { border-color: rgb(197,94,247); }
td.TdClassName
{
border-color: #C55EF7;
}
.TagClassName
{
border-color: #C55EF7;
}
</style>