Shades of Medium Orchid #C05ACE
Tints of Medium Orchid #C05ACE
RGB
CMYK
RGB Variations
Color information
#C05ACE (or 0xC05ACE) is known color: Medium Orchid. HEX triplet: C0, 5A and CE. RGB value is (192,90,206). Sum of RGB (Red+Green+Blue) = 192+90+206=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #C05ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ACE is #3FA531. Grayscale: #858585. Windows color (decimal): -4171058 or 13523648. OLE color: 13523648.
HSL color Cylindrical-coordinate representation of color #C05ACE: hue angle of 292.76º 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 #C05ACE is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 90 | 206 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.19 |
| HSL | 292.76º | 0.54% | 0.58% | - |
| HSV(B) | 292.76º | 0.56% | 0.81% | - |
| XYZ | 36.53 | 22.98 | 60.9 | - |
| YUV | 133.72 | 168.79 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 206 | 0.07 | 0.56 | 0 | 0.19 | 292.76 | 0.54 | 0.58 |
| Hex | C0 | 5A | CE | 7 | 38 | 0 | 13 | 125 | 36 | 3A |
| Octal | 300 | 132 | 316 | 7 | 70 | 0 | 23 | 445 | 66 | 72 |
| Binary | 11000000 | 1011010 | 11001110 | 111 | 111000 | 0 | 10011 | 100100101 | 110110 | 111010 |
Color Harmonies of #C05ACE
Complementary color
Monochromatic Colors of #C05ACE
Black with #C05ACE
Text Example
Text Example
White with #C05ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05ACE; }
p { color: rgb(192,90,206); }
H1.HeaderClassName
{
color: #C05ACE;
}
.AnyTagClassName
{
color: #C05ACE;
}
</style>
background-color css
<style>
a { background-color: #C05ACE; }
a { background-color: rgb(192,90,206); }
div.DivClassName
{
background-color: #C05ACE;
}
.BgClassName
{
background-color: #C05ACE;
}
</style>
border-color css
<style>
span { border-color: #C05ACE; }
span { border-color: rgb(192,90,206); }
td.TdClassName
{
border-color: #C05ACE;
}
.TagClassName
{
border-color: #C05ACE;
}
</style>