Shades of Heliotrope #C550FD
Tints of Heliotrope #C550FD
RGB
CMYK
RGB Variations
Color information
#C550FD (or 0xC550FD) is known color: Heliotrope. HEX triplet: C5, 50 and FD. RGB value is (197,80,253). Sum of RGB (Red+Green+Blue) = 197+80+253=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #C550FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C550FD is #3AAF02. Grayscale: #868686. Windows color (decimal): -3845891 or 16601285. OLE color: 16601285.
HSL color Cylindrical-coordinate representation of color #C550FD: hue angle of 280.58º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C550FD is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 80 | 253 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.01 |
| HSL | 280.58º | 0.98% | 0.65% | - |
| HSV(B) | 280.58º | 0.68% | 0.99% | - |
| XYZ | 43.62 | 24.7 | 95.4 | - |
| YUV | 134.71 | 194.76 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 253 | 0.22 | 0.68 | 0 | 0.01 | 280.58 | 0.98 | 0.65 |
| Hex | C5 | 50 | FD | 16 | 44 | 0 | 1 | 119 | 62 | 41 |
| Octal | 305 | 120 | 375 | 26 | 104 | 0 | 1 | 431 | 142 | 101 |
| Binary | 11000101 | 1010000 | 11111101 | 10110 | 1000100 | 0 | 1 | 100011001 | 1100010 | 1000001 |
Color Harmonies of #C550FD
Complementary color
Monochromatic Colors of #C550FD
Black with #C550FD
Text Example
Text Example
White with #C550FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550FD; }
p { color: rgb(197,80,253); }
H1.HeaderClassName
{
color: #C550FD;
}
.AnyTagClassName
{
color: #C550FD;
}
</style>
background-color css
<style>
a { background-color: #C550FD; }
a { background-color: rgb(197,80,253); }
div.DivClassName
{
background-color: #C550FD;
}
.BgClassName
{
background-color: #C550FD;
}
</style>
border-color css
<style>
span { border-color: #C550FD; }
span { border-color: rgb(197,80,253); }
td.TdClassName
{
border-color: #C550FD;
}
.TagClassName
{
border-color: #C550FD;
}
</style>