Shades of Medium Orchid #C55EDD
Tints of Medium Orchid #C55EDD
RGB
CMYK
RGB Variations
Color information
#C55EDD (or 0xC55EDD) is known color: Medium Orchid. HEX triplet: C5, 5E and DD. RGB value is (197,94,221). Sum of RGB (Red+Green+Blue) = 197+94+221=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #C55EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55EDD is #3AA122. Grayscale: #8A8A8A. Windows color (decimal): -3842339 or 14507717. OLE color: 14507717.
HSL color Cylindrical-coordinate representation of color #C55EDD: hue angle of 288.66º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55EDD is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 94 | 221 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.13 |
| HSL | 288.66º | 0.65% | 0.62% | - |
| HSV(B) | 288.66º | 0.57% | 0.87% | - |
| XYZ | 40.08 | 25.1 | 71.14 | - |
| YUV | 139.28 | 174.12 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 221 | 0.11 | 0.57 | 0 | 0.13 | 288.66 | 0.65 | 0.62 |
| Hex | C5 | 5E | DD | B | 39 | 0 | D | 121 | 41 | 3E |
| Octal | 305 | 136 | 335 | 13 | 71 | 0 | 15 | 441 | 101 | 76 |
| Binary | 11000101 | 1011110 | 11011101 | 1011 | 111001 | 0 | 1101 | 100100001 | 1000001 | 111110 |
Color Harmonies of #C55EDD
Complementary color
Monochromatic Colors of #C55EDD
Black with #C55EDD
Text Example
Text Example
White with #C55EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55EDD; }
p { color: rgb(197,94,221); }
H1.HeaderClassName
{
color: #C55EDD;
}
.AnyTagClassName
{
color: #C55EDD;
}
</style>
background-color css
<style>
a { background-color: #C55EDD; }
a { background-color: rgb(197,94,221); }
div.DivClassName
{
background-color: #C55EDD;
}
.BgClassName
{
background-color: #C55EDD;
}
</style>
border-color css
<style>
span { border-color: #C55EDD; }
span { border-color: rgb(197,94,221); }
td.TdClassName
{
border-color: #C55EDD;
}
.TagClassName
{
border-color: #C55EDD;
}
</style>