Shades of Heliotrope #C553FC
Tints of Heliotrope #C553FC
RGB
CMYK
RGB Variations
Color information
#C553FC (or 0xC553FC) is known color: Heliotrope. HEX triplet: C5, 53 and FC. RGB value is (197,83,252). Sum of RGB (Red+Green+Blue) = 197+83+252=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #C553FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C553FC is #3AAC03. Grayscale: #878787. Windows color (decimal): -3845124 or 16536517. OLE color: 16536517.
HSL color Cylindrical-coordinate representation of color #C553FC: hue angle of 280.47º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C553FC is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 83 | 252 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.01 |
| HSL | 280.47º | 0.97% | 0.66% | - |
| HSV(B) | 280.47º | 0.67% | 0.99% | - |
| XYZ | 43.69 | 25.09 | 94.63 | - |
| YUV | 136.35 | 193.27 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 252 | 0.22 | 0.67 | 0 | 0.01 | 280.47 | 0.97 | 0.66 |
| Hex | C5 | 53 | FC | 16 | 43 | 0 | 1 | 118 | 61 | 42 |
| Octal | 305 | 123 | 374 | 26 | 103 | 0 | 1 | 430 | 141 | 102 |
| Binary | 11000101 | 1010011 | 11111100 | 10110 | 1000011 | 0 | 1 | 100011000 | 1100001 | 1000010 |
Color Harmonies of #C553FC
Complementary color
Monochromatic Colors of #C553FC
Black with #C553FC
Text Example
Text Example
White with #C553FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C553FC; }
p { color: rgb(197,83,252); }
H1.HeaderClassName
{
color: #C553FC;
}
.AnyTagClassName
{
color: #C553FC;
}
</style>
background-color css
<style>
a { background-color: #C553FC; }
a { background-color: rgb(197,83,252); }
div.DivClassName
{
background-color: #C553FC;
}
.BgClassName
{
background-color: #C553FC;
}
</style>
border-color css
<style>
span { border-color: #C553FC; }
span { border-color: rgb(197,83,252); }
td.TdClassName
{
border-color: #C553FC;
}
.TagClassName
{
border-color: #C553FC;
}
</style>