Shades of Medium Orchid #C05AD7
Tints of Medium Orchid #C05AD7
RGB
CMYK
RGB Variations
Color information
#C05AD7 (or 0xC05AD7) is known color: Medium Orchid. HEX triplet: C0, 5A and D7. RGB value is (192,90,215). Sum of RGB (Red+Green+Blue) = 192+90+215=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #C05AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AD7 is #3FA528. Grayscale: #868686. Windows color (decimal): -4171049 or 14113472. OLE color: 14113472.
HSL color Cylindrical-coordinate representation of color #C05AD7: hue angle of 288.96º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05AD7 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 90 | 215 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.16 |
| HSL | 288.96º | 0.61% | 0.6% | - |
| HSV(B) | 288.96º | 0.58% | 0.84% | - |
| XYZ | 37.66 | 23.43 | 66.83 | - |
| YUV | 134.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 215 | 0.11 | 0.58 | 0 | 0.16 | 288.96 | 0.61 | 0.6 |
| Hex | C0 | 5A | D7 | B | 3A | 0 | 10 | 121 | 3D | 3C |
| Octal | 300 | 132 | 327 | 13 | 72 | 0 | 20 | 441 | 75 | 74 |
| Binary | 11000000 | 1011010 | 11010111 | 1011 | 111010 | 0 | 10000 | 100100001 | 111101 | 111100 |
Color Harmonies of #C05AD7
Complementary color
Monochromatic Colors of #C05AD7
Black with #C05AD7
Text Example
Text Example
White with #C05AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AD7; }
p { color: rgb(192,90,215); }
H1.HeaderClassName
{
color: #C05AD7;
}
.AnyTagClassName
{
color: #C05AD7;
}
</style>
background-color css
<style>
a { background-color: #C05AD7; }
a { background-color: rgb(192,90,215); }
div.DivClassName
{
background-color: #C05AD7;
}
.BgClassName
{
background-color: #C05AD7;
}
</style>
border-color css
<style>
span { border-color: #C05AD7; }
span { border-color: rgb(192,90,215); }
td.TdClassName
{
border-color: #C05AD7;
}
.TagClassName
{
border-color: #C05AD7;
}
</style>