Shades of Medium Orchid #C05AD5
Tints of Medium Orchid #C05AD5
RGB
CMYK
RGB Variations
Color information
#C05AD5 (or 0xC05AD5) is known color: Medium Orchid. HEX triplet: C0, 5A and D5. RGB value is (192,90,213). Sum of RGB (Red+Green+Blue) = 192+90+213=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #C05AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AD5 is #3FA52A. Grayscale: #868686. Windows color (decimal): -4171051 or 13982400. OLE color: 13982400.
HSL color Cylindrical-coordinate representation of color #C05AD5: hue angle of 289.76º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05AD5 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 90 | 213 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.16 |
| HSL | 289.76º | 0.59% | 0.59% | - |
| HSV(B) | 289.76º | 0.58% | 0.84% | - |
| XYZ | 37.4 | 23.32 | 65.48 | - |
| YUV | 134.52 | 172.29 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 213 | 0.10 | 0.58 | 0 | 0.16 | 289.76 | 0.59 | 0.59 |
| Hex | C0 | 5A | D5 | A | 3A | 0 | 10 | 122 | 3B | 3B |
| Octal | 300 | 132 | 325 | 12 | 72 | 0 | 20 | 442 | 73 | 73 |
| Binary | 11000000 | 1011010 | 11010101 | 1010 | 111010 | 0 | 10000 | 100100010 | 111011 | 111011 |
Color Harmonies of #C05AD5
Complementary color
Monochromatic Colors of #C05AD5
Black with #C05AD5
Text Example
Text Example
White with #C05AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AD5; }
p { color: rgb(192,90,213); }
H1.HeaderClassName
{
color: #C05AD5;
}
.AnyTagClassName
{
color: #C05AD5;
}
</style>
background-color css
<style>
a { background-color: #C05AD5; }
a { background-color: rgb(192,90,213); }
div.DivClassName
{
background-color: #C05AD5;
}
.BgClassName
{
background-color: #C05AD5;
}
</style>
border-color css
<style>
span { border-color: #C05AD5; }
span { border-color: rgb(192,90,213); }
td.TdClassName
{
border-color: #C05AD5;
}
.TagClassName
{
border-color: #C05AD5;
}
</style>