Shades of Heliotrope #C55DFF
Tints of Heliotrope #C55DFF
RGB
CMYK
RGB Variations
Color information
#C55DFF (or 0xC55DFF) is known color: Heliotrope. HEX triplet: C5, 5D and FF. RGB value is (197,93,255). Sum of RGB (Red+Green+Blue) = 197+93+255=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #C55DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55DFF is #3AA200. Grayscale: #8E8E8E. Windows color (decimal): -3842561 or 16735685. OLE color: 16735685.
HSL color Cylindrical-coordinate representation of color #C55DFF: hue angle of 278.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C55DFF is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 93 | 255 | - |
| CMYK | 0.23 | 0.64 | 0 | 0 |
| HSL | 278.52º | 1% | 0.68% | - |
| HSV(B) | 278.52º | 0.64% | 1% | - |
| XYZ | 44.99 | 26.92 | 97.43 | - |
| YUV | 142.56 | 191.46 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 255 | 0.23 | 0.64 | 0 | 0 | 278.52 | 1 | 0.68 |
| Hex | C5 | 5D | FF | 17 | 40 | 0 | 0 | 117 | 64 | 44 |
| Octal | 305 | 135 | 377 | 27 | 100 | 0 | 0 | 427 | 144 | 104 |
| Binary | 11000101 | 1011101 | 11111111 | 10111 | 1000000 | 0 | 0 | 100010111 | 1100100 | 1000100 |
Color Harmonies of #C55DFF
Complementary color
Monochromatic Colors of #C55DFF
Black with #C55DFF
Text Example
Text Example
White with #C55DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DFF; }
p { color: rgb(197,93,255); }
H1.HeaderClassName
{
color: #C55DFF;
}
.AnyTagClassName
{
color: #C55DFF;
}
</style>
background-color css
<style>
a { background-color: #C55DFF; }
a { background-color: rgb(197,93,255); }
div.DivClassName
{
background-color: #C55DFF;
}
.BgClassName
{
background-color: #C55DFF;
}
</style>
border-color css
<style>
span { border-color: #C55DFF; }
span { border-color: rgb(197,93,255); }
td.TdClassName
{
border-color: #C55DFF;
}
.TagClassName
{
border-color: #C55DFF;
}
</style>