Shades of Heliotrope #C55DFD
Tints of Heliotrope #C55DFD
RGB
CMYK
RGB Variations
Color information
#C55DFD (or 0xC55DFD) is known color: Heliotrope. HEX triplet: C5, 5D and FD. RGB value is (197,93,253). Sum of RGB (Red+Green+Blue) = 197+93+253=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #C55DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55DFD is #3AA202. Grayscale: #8D8D8D. Windows color (decimal): -3842563 or 16604613. OLE color: 16604613.
HSL color Cylindrical-coordinate representation of color #C55DFD: hue angle of 279º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C55DFD is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 93 | 253 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.01 |
| HSL | 279º | 0.98% | 0.68% | - |
| HSV(B) | 279º | 0.63% | 0.99% | - |
| XYZ | 44.67 | 26.79 | 95.75 | - |
| YUV | 142.34 | 190.46 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 253 | 0.22 | 0.63 | 0 | 0.01 | 279 | 0.98 | 0.68 |
| Hex | C5 | 5D | FD | 16 | 3F | 0 | 1 | 117 | 62 | 44 |
| Octal | 305 | 135 | 375 | 26 | 77 | 0 | 1 | 427 | 142 | 104 |
| Binary | 11000101 | 1011101 | 11111101 | 10110 | 111111 | 0 | 1 | 100010111 | 1100010 | 1000100 |
Color Harmonies of #C55DFD
Complementary color
Monochromatic Colors of #C55DFD
Black with #C55DFD
Text Example
Text Example
White with #C55DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DFD; }
p { color: rgb(197,93,253); }
H1.HeaderClassName
{
color: #C55DFD;
}
.AnyTagClassName
{
color: #C55DFD;
}
</style>
background-color css
<style>
a { background-color: #C55DFD; }
a { background-color: rgb(197,93,253); }
div.DivClassName
{
background-color: #C55DFD;
}
.BgClassName
{
background-color: #C55DFD;
}
</style>
border-color css
<style>
span { border-color: #C55DFD; }
span { border-color: rgb(197,93,253); }
td.TdClassName
{
border-color: #C55DFD;
}
.TagClassName
{
border-color: #C55DFD;
}
</style>