Shades of Medium Orchid #C55EF1
Tints of Medium Orchid #C55EF1
RGB
CMYK
RGB Variations
Color information
#C55EF1 (or 0xC55EF1) is known color: Medium Orchid. HEX triplet: C5, 5E and F1. RGB value is (197,94,241). Sum of RGB (Red+Green+Blue) = 197+94+241=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #C55EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EF1 is #3AA10E. Grayscale: #8D8D8D. Windows color (decimal): -3842319 or 15818437. OLE color: 15818437.
HSL color Cylindrical-coordinate representation of color #C55EF1: hue angle of 282.04º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55EF1 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 94 | 241 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.05 |
| HSL | 282.04º | 0.84% | 0.66% | - |
| HSV(B) | 282.04º | 0.61% | 0.95% | - |
| XYZ | 42.91 | 26.23 | 86.02 | - |
| YUV | 141.56 | 184.12 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 241 | 0.18 | 0.61 | 0 | 0.05 | 282.04 | 0.84 | 0.66 |
| Hex | C5 | 5E | F1 | 12 | 3D | 0 | 5 | 11A | 54 | 42 |
| Octal | 305 | 136 | 361 | 22 | 75 | 0 | 5 | 432 | 124 | 102 |
| Binary | 11000101 | 1011110 | 11110001 | 10010 | 111101 | 0 | 101 | 100011010 | 1010100 | 1000010 |
Color Harmonies of #C55EF1
Complementary color
Monochromatic Colors of #C55EF1
Black with #C55EF1
Text Example
Text Example
White with #C55EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55EF1; }
p { color: rgb(197,94,241); }
H1.HeaderClassName
{
color: #C55EF1;
}
.AnyTagClassName
{
color: #C55EF1;
}
</style>
background-color css
<style>
a { background-color: #C55EF1; }
a { background-color: rgb(197,94,241); }
div.DivClassName
{
background-color: #C55EF1;
}
.BgClassName
{
background-color: #C55EF1;
}
</style>
border-color css
<style>
span { border-color: #C55EF1; }
span { border-color: rgb(197,94,241); }
td.TdClassName
{
border-color: #C55EF1;
}
.TagClassName
{
border-color: #C55EF1;
}
</style>