Shades of Heliotrope #C550FE
Tints of Heliotrope #C550FE
RGB
CMYK
RGB Variations
Color information
#C550FE (or 0xC550FE) is known color: Heliotrope. HEX triplet: C5, 50 and FE. RGB value is (197,80,254). Sum of RGB (Red+Green+Blue) = 197+80+254=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #C550FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C550FE is #3AAF01. Grayscale: #868686. Windows color (decimal): -3845890 or 16666821. OLE color: 16666821.
HSL color Cylindrical-coordinate representation of color #C550FE: hue angle of 280.34º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C550FE is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 80 | 254 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.00 |
| HSL | 280.34º | 0.99% | 0.65% | - |
| HSV(B) | 280.34º | 0.69% | 1% | - |
| XYZ | 43.78 | 24.76 | 96.24 | - |
| YUV | 134.82 | 195.26 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 254 | 0.22 | 0.69 | 0 | 0.00 | 280.34 | 0.99 | 0.65 |
| Hex | C5 | 50 | FE | 16 | 45 | 0 | 0 | 118 | 63 | 41 |
| Octal | 305 | 120 | 376 | 26 | 105 | 0 | 0 | 430 | 143 | 101 |
| Binary | 11000101 | 1010000 | 11111110 | 10110 | 1000101 | 0 | 0 | 100011000 | 1100011 | 1000001 |
Color Harmonies of #C550FE
Complementary color
Monochromatic Colors of #C550FE
Black with #C550FE
Text Example
Text Example
White with #C550FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550FE; }
p { color: rgb(197,80,254); }
H1.HeaderClassName
{
color: #C550FE;
}
.AnyTagClassName
{
color: #C550FE;
}
</style>
background-color css
<style>
a { background-color: #C550FE; }
a { background-color: rgb(197,80,254); }
div.DivClassName
{
background-color: #C550FE;
}
.BgClassName
{
background-color: #C550FE;
}
</style>
border-color css
<style>
span { border-color: #C550FE; }
span { border-color: rgb(197,80,254); }
td.TdClassName
{
border-color: #C550FE;
}
.TagClassName
{
border-color: #C550FE;
}
</style>