Shades of Medium Orchid #C05AD0
Tints of Medium Orchid #C05AD0
RGB
CMYK
RGB Variations
Color information
#C05AD0 (or 0xC05AD0) is known color: Medium Orchid. HEX triplet: C0, 5A and D0. RGB value is (192,90,208). Sum of RGB (Red+Green+Blue) = 192+90+208=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #C05AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AD0 is #3FA52F. Grayscale: #858585. Windows color (decimal): -4171056 or 13654720. OLE color: 13654720.
HSL color Cylindrical-coordinate representation of color #C05AD0: hue angle of 291.86º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05AD0 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 90 | 208 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.18 |
| HSL | 291.86º | 0.56% | 0.58% | - |
| HSV(B) | 291.86º | 0.57% | 0.82% | - |
| XYZ | 36.78 | 23.07 | 62.19 | - |
| YUV | 133.95 | 169.79 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 208 | 0.08 | 0.57 | 0 | 0.18 | 291.86 | 0.56 | 0.58 |
| Hex | C0 | 5A | D0 | 8 | 39 | 0 | 12 | 124 | 38 | 3A |
| Octal | 300 | 132 | 320 | 10 | 71 | 0 | 22 | 444 | 70 | 72 |
| Binary | 11000000 | 1011010 | 11010000 | 1000 | 111001 | 0 | 10010 | 100100100 | 111000 | 111010 |
Color Harmonies of #C05AD0
Complementary color
Monochromatic Colors of #C05AD0
Black with #C05AD0
Text Example
Text Example
White with #C05AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AD0; }
p { color: rgb(192,90,208); }
H1.HeaderClassName
{
color: #C05AD0;
}
.AnyTagClassName
{
color: #C05AD0;
}
</style>
background-color css
<style>
a { background-color: #C05AD0; }
a { background-color: rgb(192,90,208); }
div.DivClassName
{
background-color: #C05AD0;
}
.BgClassName
{
background-color: #C05AD0;
}
</style>
border-color css
<style>
span { border-color: #C05AD0; }
span { border-color: rgb(192,90,208); }
td.TdClassName
{
border-color: #C05AD0;
}
.TagClassName
{
border-color: #C05AD0;
}
</style>