Shades of Heliotrope #C55DF8
Tints of Heliotrope #C55DF8
RGB
CMYK
RGB Variations
Color information
#C55DF8 (or 0xC55DF8) is known color: Heliotrope. HEX triplet: C5, 5D and F8. RGB value is (197,93,248). Sum of RGB (Red+Green+Blue) = 197+93+248=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #C55DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55DF8 is #3AA207. Grayscale: #8D8D8D. Windows color (decimal): -3842568 or 16276933. OLE color: 16276933.
HSL color Cylindrical-coordinate representation of color #C55DF8: hue angle of 280.26º degrees, saturation: 0.92, 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 #C55DF8 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 93 | 248 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.03 |
| HSL | 280.26º | 0.92% | 0.67% | - |
| HSV(B) | 280.26º | 0.63% | 0.97% | - |
| XYZ | 43.88 | 26.48 | 91.6 | - |
| YUV | 141.77 | 187.96 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 248 | 0.21 | 0.62 | 0 | 0.03 | 280.26 | 0.92 | 0.67 |
| Hex | C5 | 5D | F8 | 15 | 3E | 0 | 3 | 118 | 5C | 43 |
| Octal | 305 | 135 | 370 | 25 | 76 | 0 | 3 | 430 | 134 | 103 |
| Binary | 11000101 | 1011101 | 11111000 | 10101 | 111110 | 0 | 11 | 100011000 | 1011100 | 1000011 |
Color Harmonies of #C55DF8
Complementary color
Monochromatic Colors of #C55DF8
Black with #C55DF8
Text Example
Text Example
White with #C55DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DF8; }
p { color: rgb(197,93,248); }
H1.HeaderClassName
{
color: #C55DF8;
}
.AnyTagClassName
{
color: #C55DF8;
}
</style>
background-color css
<style>
a { background-color: #C55DF8; }
a { background-color: rgb(197,93,248); }
div.DivClassName
{
background-color: #C55DF8;
}
.BgClassName
{
background-color: #C55DF8;
}
</style>
border-color css
<style>
span { border-color: #C55DF8; }
span { border-color: rgb(197,93,248); }
td.TdClassName
{
border-color: #C55DF8;
}
.TagClassName
{
border-color: #C55DF8;
}
</style>