Shades of Medium Orchid #C45ECE
Tints of Medium Orchid #C45ECE
RGB
CMYK
RGB Variations
Color information
#C45ECE (or 0xC45ECE) is known color: Medium Orchid. HEX triplet: C4, 5E and CE. RGB value is (196,94,206). Sum of RGB (Red+Green+Blue) = 196+94+206=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #C45ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45ECE is #3BA131. Grayscale: #888888. Windows color (decimal): -3907890 or 13524676. OLE color: 13524676.
HSL color Cylindrical-coordinate representation of color #C45ECE: hue angle of 294.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45ECE is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 94 | 206 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.19 |
| HSL | 294.64º | 0.53% | 0.59% | - |
| HSV(B) | 294.64º | 0.54% | 0.81% | - |
| XYZ | 37.91 | 24.2 | 61.07 | - |
| YUV | 137.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 206 | 0.05 | 0.54 | 0 | 0.19 | 294.64 | 0.53 | 0.59 |
| Hex | C4 | 5E | CE | 5 | 36 | 0 | 13 | 127 | 35 | 3B |
| Octal | 304 | 136 | 316 | 5 | 66 | 0 | 23 | 447 | 65 | 73 |
| Binary | 11000100 | 1011110 | 11001110 | 101 | 110110 | 0 | 10011 | 100100111 | 110101 | 111011 |
Color Harmonies of #C45ECE
Complementary color
Monochromatic Colors of #C45ECE
Black with #C45ECE
Text Example
Text Example
White with #C45ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45ECE; }
p { color: rgb(196,94,206); }
H1.HeaderClassName
{
color: #C45ECE;
}
.AnyTagClassName
{
color: #C45ECE;
}
</style>
background-color css
<style>
a { background-color: #C45ECE; }
a { background-color: rgb(196,94,206); }
div.DivClassName
{
background-color: #C45ECE;
}
.BgClassName
{
background-color: #C45ECE;
}
</style>
border-color css
<style>
span { border-color: #C45ECE; }
span { border-color: rgb(196,94,206); }
td.TdClassName
{
border-color: #C45ECE;
}
.TagClassName
{
border-color: #C45ECE;
}
</style>