Shades of Heliotrope #C561FD
Tints of Heliotrope #C561FD
RGB
CMYK
RGB Variations
Color information
#C561FD (or 0xC561FD) is known color: Heliotrope. HEX triplet: C5, 61 and FD. RGB value is (197,97,253). Sum of RGB (Red+Green+Blue) = 197+97+253=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #C561FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C561FD is #3A9E02. Grayscale: #909090. Windows color (decimal): -3841539 or 16605637. OLE color: 16605637.
HSL color Cylindrical-coordinate representation of color #C561FD: hue angle of 278.46º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C561FD is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 97 | 253 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.01 |
| HSL | 278.46º | 0.98% | 0.69% | - |
| HSV(B) | 278.46º | 0.62% | 0.99% | - |
| XYZ | 45.03 | 27.51 | 95.87 | - |
| YUV | 144.68 | 189.13 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 253 | 0.22 | 0.62 | 0 | 0.01 | 278.46 | 0.98 | 0.69 |
| Hex | C5 | 61 | FD | 16 | 3E | 0 | 1 | 116 | 62 | 45 |
| Octal | 305 | 141 | 375 | 26 | 76 | 0 | 1 | 426 | 142 | 105 |
| Binary | 11000101 | 1100001 | 11111101 | 10110 | 111110 | 0 | 1 | 100010110 | 1100010 | 1000101 |
Color Harmonies of #C561FD
Complementary color
Monochromatic Colors of #C561FD
Black with #C561FD
Text Example
Text Example
White with #C561FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C561FD; }
p { color: rgb(197,97,253); }
H1.HeaderClassName
{
color: #C561FD;
}
.AnyTagClassName
{
color: #C561FD;
}
</style>
background-color css
<style>
a { background-color: #C561FD; }
a { background-color: rgb(197,97,253); }
div.DivClassName
{
background-color: #C561FD;
}
.BgClassName
{
background-color: #C561FD;
}
</style>
border-color css
<style>
span { border-color: #C561FD; }
span { border-color: rgb(197,97,253); }
td.TdClassName
{
border-color: #C561FD;
}
.TagClassName
{
border-color: #C561FD;
}
</style>