Shades of Medium Orchid #C551FA
Tints of Medium Orchid #C551FA
RGB
CMYK
RGB Variations
Color information
#C551FA (or 0xC551FA) is known color: Medium Orchid. HEX triplet: C5, 51 and FA. RGB value is (197,81,250). Sum of RGB (Red+Green+Blue) = 197+81+250=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #C551FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C551FA is #3AAE05. Grayscale: #868686. Windows color (decimal): -3845638 or 16404933. OLE color: 16404933.
HSL color Cylindrical-coordinate representation of color #C551FA: hue angle of 281.18º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C551FA is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 81 | 250 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.02 |
| HSL | 281.18º | 0.94% | 0.65% | - |
| HSV(B) | 281.18º | 0.68% | 0.98% | - |
| XYZ | 43.22 | 24.66 | 92.92 | - |
| YUV | 134.95 | 192.93 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 250 | 0.21 | 0.68 | 0 | 0.02 | 281.18 | 0.94 | 0.65 |
| Hex | C5 | 51 | FA | 15 | 44 | 0 | 2 | 119 | 5E | 41 |
| Octal | 305 | 121 | 372 | 25 | 104 | 0 | 2 | 431 | 136 | 101 |
| Binary | 11000101 | 1010001 | 11111010 | 10101 | 1000100 | 0 | 10 | 100011001 | 1011110 | 1000001 |
Color Harmonies of #C551FA
Complementary color
Monochromatic Colors of #C551FA
Black with #C551FA
Text Example
Text Example
White with #C551FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551FA; }
p { color: rgb(197,81,250); }
H1.HeaderClassName
{
color: #C551FA;
}
.AnyTagClassName
{
color: #C551FA;
}
</style>
background-color css
<style>
a { background-color: #C551FA; }
a { background-color: rgb(197,81,250); }
div.DivClassName
{
background-color: #C551FA;
}
.BgClassName
{
background-color: #C551FA;
}
</style>
border-color css
<style>
span { border-color: #C551FA; }
span { border-color: rgb(197,81,250); }
td.TdClassName
{
border-color: #C551FA;
}
.TagClassName
{
border-color: #C551FA;
}
</style>