Shades of Medium Orchid #C05AEC
Tints of Medium Orchid #C05AEC
RGB
CMYK
RGB Variations
Color information
#C05AEC (or 0xC05AEC) is known color: Medium Orchid. HEX triplet: C0, 5A and EC. RGB value is (192,90,236). Sum of RGB (Red+Green+Blue) = 192+90+236=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #C05AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05AEC is #3FA513. Grayscale: #888888. Windows color (decimal): -4171028 or 15489728. OLE color: 15489728.
HSL color Cylindrical-coordinate representation of color #C05AEC: hue angle of 281.92º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C05AEC is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 90 | 236 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.07 |
| HSL | 281.92º | 0.79% | 0.64% | - |
| HSV(B) | 281.92º | 0.62% | 0.93% | - |
| XYZ | 40.53 | 24.57 | 81.96 | - |
| YUV | 137.14 | 183.79 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 236 | 0.19 | 0.62 | 0 | 0.07 | 281.92 | 0.79 | 0.64 |
| Hex | C0 | 5A | EC | 13 | 3E | 0 | 7 | 11A | 4F | 40 |
| Octal | 300 | 132 | 354 | 23 | 76 | 0 | 7 | 432 | 117 | 100 |
| Binary | 11000000 | 1011010 | 11101100 | 10011 | 111110 | 0 | 111 | 100011010 | 1001111 | 1000000 |
Color Harmonies of #C05AEC
Complementary color
Monochromatic Colors of #C05AEC
Black with #C05AEC
Text Example
Text Example
White with #C05AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AEC; }
p { color: rgb(192,90,236); }
H1.HeaderClassName
{
color: #C05AEC;
}
.AnyTagClassName
{
color: #C05AEC;
}
</style>
background-color css
<style>
a { background-color: #C05AEC; }
a { background-color: rgb(192,90,236); }
div.DivClassName
{
background-color: #C05AEC;
}
.BgClassName
{
background-color: #C05AEC;
}
</style>
border-color css
<style>
span { border-color: #C05AEC; }
span { border-color: rgb(192,90,236); }
td.TdClassName
{
border-color: #C05AEC;
}
.TagClassName
{
border-color: #C05AEC;
}
</style>