Shades of Medium Orchid #C05AD2
Tints of Medium Orchid #C05AD2
RGB
CMYK
RGB Variations
Color information
#C05AD2 (or 0xC05AD2) is known color: Medium Orchid. HEX triplet: C0, 5A and D2. RGB value is (192,90,210). Sum of RGB (Red+Green+Blue) = 192+90+210=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #C05AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AD2 is #3FA52D. Grayscale: #858585. Windows color (decimal): -4171054 or 13785792. OLE color: 13785792.
HSL color Cylindrical-coordinate representation of color #C05AD2: hue angle of 291º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05AD2 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 90 | 210 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.18 |
| HSL | 291º | 0.57% | 0.59% | - |
| HSV(B) | 291º | 0.57% | 0.82% | - |
| XYZ | 37.03 | 23.17 | 63.49 | - |
| YUV | 134.18 | 170.79 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 210 | 0.09 | 0.57 | 0 | 0.18 | 291 | 0.57 | 0.59 |
| Hex | C0 | 5A | D2 | 9 | 39 | 0 | 12 | 123 | 39 | 3B |
| Octal | 300 | 132 | 322 | 11 | 71 | 0 | 22 | 443 | 71 | 73 |
| Binary | 11000000 | 1011010 | 11010010 | 1001 | 111001 | 0 | 10010 | 100100011 | 111001 | 111011 |
Color Harmonies of #C05AD2
Complementary color
Monochromatic Colors of #C05AD2
Black with #C05AD2
Text Example
Text Example
White with #C05AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AD2; }
p { color: rgb(192,90,210); }
H1.HeaderClassName
{
color: #C05AD2;
}
.AnyTagClassName
{
color: #C05AD2;
}
</style>
background-color css
<style>
a { background-color: #C05AD2; }
a { background-color: rgb(192,90,210); }
div.DivClassName
{
background-color: #C05AD2;
}
.BgClassName
{
background-color: #C05AD2;
}
</style>
border-color css
<style>
span { border-color: #C05AD2; }
span { border-color: rgb(192,90,210); }
td.TdClassName
{
border-color: #C05AD2;
}
.TagClassName
{
border-color: #C05AD2;
}
</style>