Shades of Medium Orchid #C45EDD
Tints of Medium Orchid #C45EDD
RGB
CMYK
RGB Variations
Color information
#C45EDD (or 0xC45EDD) is known color: Medium Orchid. HEX triplet: C4, 5E and DD. RGB value is (196,94,221). Sum of RGB (Red+Green+Blue) = 196+94+221=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #C45EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EDD is #3BA122. Grayscale: #8A8A8A. Windows color (decimal): -3907875 or 14507716. OLE color: 14507716.
HSL color Cylindrical-coordinate representation of color #C45EDD: hue angle of 288.19º 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 #C45EDD is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 94 | 221 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.13 |
| HSL | 288.19º | 0.65% | 0.62% | - |
| HSV(B) | 288.19º | 0.57% | 0.87% | - |
| XYZ | 39.82 | 24.96 | 71.13 | - |
| YUV | 138.98 | 174.29 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 221 | 0.11 | 0.57 | 0 | 0.13 | 288.19 | 0.65 | 0.62 |
| Hex | C4 | 5E | DD | B | 39 | 0 | D | 120 | 41 | 3E |
| Octal | 304 | 136 | 335 | 13 | 71 | 0 | 15 | 440 | 101 | 76 |
| Binary | 11000100 | 1011110 | 11011101 | 1011 | 111001 | 0 | 1101 | 100100000 | 1000001 | 111110 |
Color Harmonies of #C45EDD
Complementary color
Monochromatic Colors of #C45EDD
Black with #C45EDD
Text Example
Text Example
White with #C45EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45EDD; }
p { color: rgb(196,94,221); }
H1.HeaderClassName
{
color: #C45EDD;
}
.AnyTagClassName
{
color: #C45EDD;
}
</style>
background-color css
<style>
a { background-color: #C45EDD; }
a { background-color: rgb(196,94,221); }
div.DivClassName
{
background-color: #C45EDD;
}
.BgClassName
{
background-color: #C45EDD;
}
</style>
border-color css
<style>
span { border-color: #C45EDD; }
span { border-color: rgb(196,94,221); }
td.TdClassName
{
border-color: #C45EDD;
}
.TagClassName
{
border-color: #C45EDD;
}
</style>