Shades of Medium Orchid #C551F1
Tints of Medium Orchid #C551F1
RGB
CMYK
RGB Variations
Color information
#C551F1 (or 0xC551F1) is known color: Medium Orchid. HEX triplet: C5, 51 and F1. RGB value is (197,81,241). Sum of RGB (Red+Green+Blue) = 197+81+241=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #C551F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C551F1 is #3AAE0E. Grayscale: #858585. Windows color (decimal): -3845647 or 15815109. OLE color: 15815109.
HSL color Cylindrical-coordinate representation of color #C551F1: hue angle of 283.5º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C551F1 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 81 | 241 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.05 |
| HSL | 283.5º | 0.85% | 0.63% | - |
| HSV(B) | 283.5º | 0.66% | 0.95% | - |
| XYZ | 41.85 | 24.11 | 85.67 | - |
| YUV | 133.92 | 188.43 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 241 | 0.18 | 0.66 | 0 | 0.05 | 283.5 | 0.85 | 0.63 |
| Hex | C5 | 51 | F1 | 12 | 42 | 0 | 5 | 11C | 55 | 3F |
| Octal | 305 | 121 | 361 | 22 | 102 | 0 | 5 | 434 | 125 | 77 |
| Binary | 11000101 | 1010001 | 11110001 | 10010 | 1000010 | 0 | 101 | 100011100 | 1010101 | 111111 |
Color Harmonies of #C551F1
Complementary color
Monochromatic Colors of #C551F1
Black with #C551F1
Text Example
Text Example
White with #C551F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551F1; }
p { color: rgb(197,81,241); }
H1.HeaderClassName
{
color: #C551F1;
}
.AnyTagClassName
{
color: #C551F1;
}
</style>
background-color css
<style>
a { background-color: #C551F1; }
a { background-color: rgb(197,81,241); }
div.DivClassName
{
background-color: #C551F1;
}
.BgClassName
{
background-color: #C551F1;
}
</style>
border-color css
<style>
span { border-color: #C551F1; }
span { border-color: rgb(197,81,241); }
td.TdClassName
{
border-color: #C551F1;
}
.TagClassName
{
border-color: #C551F1;
}
</style>