Shades of Medium Orchid #C45ACE
Tints of Medium Orchid #C45ACE
RGB
CMYK
RGB Variations
Color information
#C45ACE (or 0xC45ACE) is known color: Medium Orchid. HEX triplet: C4, 5A and CE. RGB value is (196,90,206). Sum of RGB (Red+Green+Blue) = 196+90+206=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #C45ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45ACE is #3BA531. Grayscale: #868686. Windows color (decimal): -3908914 or 13523652. OLE color: 13523652.
HSL color Cylindrical-coordinate representation of color #C45ACE: hue angle of 294.83º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45ACE is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 90 | 206 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.19 |
| HSL | 294.83º | 0.54% | 0.58% | - |
| HSV(B) | 294.83º | 0.56% | 0.81% | - |
| XYZ | 37.56 | 23.5 | 60.95 | - |
| YUV | 134.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 206 | 0.05 | 0.56 | 0 | 0.19 | 294.83 | 0.54 | 0.58 |
| Hex | C4 | 5A | CE | 5 | 38 | 0 | 13 | 127 | 36 | 3A |
| Octal | 304 | 132 | 316 | 5 | 70 | 0 | 23 | 447 | 66 | 72 |
| Binary | 11000100 | 1011010 | 11001110 | 101 | 111000 | 0 | 10011 | 100100111 | 110110 | 111010 |
Color Harmonies of #C45ACE
Complementary color
Monochromatic Colors of #C45ACE
Black with #C45ACE
Text Example
Text Example
White with #C45ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45ACE; }
p { color: rgb(196,90,206); }
H1.HeaderClassName
{
color: #C45ACE;
}
.AnyTagClassName
{
color: #C45ACE;
}
</style>
background-color css
<style>
a { background-color: #C45ACE; }
a { background-color: rgb(196,90,206); }
div.DivClassName
{
background-color: #C45ACE;
}
.BgClassName
{
background-color: #C45ACE;
}
</style>
border-color css
<style>
span { border-color: #C45ACE; }
span { border-color: rgb(196,90,206); }
td.TdClassName
{
border-color: #C45ACE;
}
.TagClassName
{
border-color: #C45ACE;
}
</style>