Shades of Medium Orchid #C45EDC
Tints of Medium Orchid #C45EDC
RGB
CMYK
RGB Variations
Color information
#C45EDC (or 0xC45EDC) is known color: Medium Orchid. HEX triplet: C4, 5E and DC. RGB value is (196,94,220). Sum of RGB (Red+Green+Blue) = 196+94+220=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #C45EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EDC is #3BA123. Grayscale: #8A8A8A. Windows color (decimal): -3907876 or 14442180. OLE color: 14442180.
HSL color Cylindrical-coordinate representation of color #C45EDC: hue angle of 288.57º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45EDC is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 94 | 220 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.14 |
| HSL | 288.57º | 0.64% | 0.62% | - |
| HSV(B) | 288.57º | 0.57% | 0.86% | - |
| XYZ | 39.69 | 24.91 | 70.43 | - |
| YUV | 138.86 | 173.79 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 220 | 0.11 | 0.57 | 0 | 0.14 | 288.57 | 0.64 | 0.62 |
| Hex | C4 | 5E | DC | B | 39 | 0 | E | 121 | 40 | 3E |
| Octal | 304 | 136 | 334 | 13 | 71 | 0 | 16 | 441 | 100 | 76 |
| Binary | 11000100 | 1011110 | 11011100 | 1011 | 111001 | 0 | 1110 | 100100001 | 1000000 | 111110 |
Color Harmonies of #C45EDC
Complementary color
Monochromatic Colors of #C45EDC
Black with #C45EDC
Text Example
Text Example
White with #C45EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45EDC; }
p { color: rgb(196,94,220); }
H1.HeaderClassName
{
color: #C45EDC;
}
.AnyTagClassName
{
color: #C45EDC;
}
</style>
background-color css
<style>
a { background-color: #C45EDC; }
a { background-color: rgb(196,94,220); }
div.DivClassName
{
background-color: #C45EDC;
}
.BgClassName
{
background-color: #C45EDC;
}
</style>
border-color css
<style>
span { border-color: #C45EDC; }
span { border-color: rgb(196,94,220); }
td.TdClassName
{
border-color: #C45EDC;
}
.TagClassName
{
border-color: #C45EDC;
}
</style>