Shades of Heliotrope #C55CFC
Tints of Heliotrope #C55CFC
RGB
CMYK
RGB Variations
Color information
#C55CFC (or 0xC55CFC) is known color: Heliotrope. HEX triplet: C5, 5C and FC. RGB value is (197,92,252). Sum of RGB (Red+Green+Blue) = 197+92+252=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 92 (36.33% from 255 or 17.01% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #C55CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55CFC is #3AA303. Grayscale: #8D8D8D. Windows color (decimal): -3842820 or 16538821. OLE color: 16538821.
HSL color Cylindrical-coordinate representation of color #C55CFC: hue angle of 279.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C55CFC is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 92 | 252 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.01 |
| HSL | 279.38º | 0.96% | 0.67% | - |
| HSV(B) | 279.38º | 0.63% | 0.99% | - |
| XYZ | 44.42 | 26.55 | 94.88 | - |
| YUV | 141.64 | 190.29 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 252 | 0.22 | 0.63 | 0 | 0.01 | 279.38 | 0.96 | 0.67 |
| Hex | C5 | 5C | FC | 16 | 3F | 0 | 1 | 117 | 60 | 43 |
| Octal | 305 | 134 | 374 | 26 | 77 | 0 | 1 | 427 | 140 | 103 |
| Binary | 11000101 | 1011100 | 11111100 | 10110 | 111111 | 0 | 1 | 100010111 | 1100000 | 1000011 |
Color Harmonies of #C55CFC
Complementary color
Monochromatic Colors of #C55CFC
Black with #C55CFC
Text Example
Text Example
White with #C55CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CFC; }
p { color: rgb(197,92,252); }
H1.HeaderClassName
{
color: #C55CFC;
}
.AnyTagClassName
{
color: #C55CFC;
}
</style>
background-color css
<style>
a { background-color: #C55CFC; }
a { background-color: rgb(197,92,252); }
div.DivClassName
{
background-color: #C55CFC;
}
.BgClassName
{
background-color: #C55CFC;
}
</style>
border-color css
<style>
span { border-color: #C55CFC; }
span { border-color: rgb(197,92,252); }
td.TdClassName
{
border-color: #C55CFC;
}
.TagClassName
{
border-color: #C55CFC;
}
</style>