Shades of Medium Orchid #C551E3
Tints of Medium Orchid #C551E3
RGB
CMYK
RGB Variations
Color information
#C551E3 (or 0xC551E3) is known color: Medium Orchid. HEX triplet: C5, 51 and E3. RGB value is (197,81,227). Sum of RGB (Red+Green+Blue) = 197+81+227=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #C551E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551E3 is #3AAE1C. Grayscale: #838383. Windows color (decimal): -3845661 or 14897605. OLE color: 14897605.
HSL color Cylindrical-coordinate representation of color #C551E3: hue angle of 287.67º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C551E3 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 81 | 227 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.11 |
| HSL | 287.67º | 0.72% | 0.6% | - |
| HSV(B) | 287.67º | 0.64% | 0.89% | - |
| XYZ | 39.83 | 23.3 | 75.07 | - |
| YUV | 132.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 227 | 0.13 | 0.64 | 0 | 0.11 | 287.67 | 0.72 | 0.6 |
| Hex | C5 | 51 | E3 | D | 40 | 0 | B | 120 | 48 | 3C |
| Octal | 305 | 121 | 343 | 15 | 100 | 0 | 13 | 440 | 110 | 74 |
| Binary | 11000101 | 1010001 | 11100011 | 1101 | 1000000 | 0 | 1011 | 100100000 | 1001000 | 111100 |
Color Harmonies of #C551E3
Complementary color
Monochromatic Colors of #C551E3
Black with #C551E3
Text Example
Text Example
White with #C551E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551E3; }
p { color: rgb(197,81,227); }
H1.HeaderClassName
{
color: #C551E3;
}
.AnyTagClassName
{
color: #C551E3;
}
</style>
background-color css
<style>
a { background-color: #C551E3; }
a { background-color: rgb(197,81,227); }
div.DivClassName
{
background-color: #C551E3;
}
.BgClassName
{
background-color: #C551E3;
}
</style>
border-color css
<style>
span { border-color: #C551E3; }
span { border-color: rgb(197,81,227); }
td.TdClassName
{
border-color: #C551E3;
}
.TagClassName
{
border-color: #C551E3;
}
</style>