Shades of Medium Orchid #C051D9
Tints of Medium Orchid #C051D9
RGB
CMYK
RGB Variations
Color information
#C051D9 (or 0xC051D9) is known color: Medium Orchid. HEX triplet: C0, 51 and D9. RGB value is (192,81,217). Sum of RGB (Red+Green+Blue) = 192+81+217=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #C051D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051D9 is #3FAE26. Grayscale: #818181. Windows color (decimal): -4173351 or 14242240. OLE color: 14242240.
HSL color Cylindrical-coordinate representation of color #C051D9: hue angle of 288.97º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C051D9 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 81 | 217 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.15 |
| HSL | 288.97º | 0.64% | 0.58% | - |
| HSV(B) | 288.97º | 0.63% | 0.85% | - |
| XYZ | 37.21 | 22.1 | 67.95 | - |
| YUV | 129.69 | 177.27 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 217 | 0.12 | 0.63 | 0 | 0.15 | 288.97 | 0.64 | 0.58 |
| Hex | C0 | 51 | D9 | C | 3F | 0 | F | 121 | 40 | 3A |
| Octal | 300 | 121 | 331 | 14 | 77 | 0 | 17 | 441 | 100 | 72 |
| Binary | 11000000 | 1010001 | 11011001 | 1100 | 111111 | 0 | 1111 | 100100001 | 1000000 | 111010 |
Color Harmonies of #C051D9
Complementary color
Monochromatic Colors of #C051D9
Black with #C051D9
Text Example
Text Example
White with #C051D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051D9; }
p { color: rgb(192,81,217); }
H1.HeaderClassName
{
color: #C051D9;
}
.AnyTagClassName
{
color: #C051D9;
}
</style>
background-color css
<style>
a { background-color: #C051D9; }
a { background-color: rgb(192,81,217); }
div.DivClassName
{
background-color: #C051D9;
}
.BgClassName
{
background-color: #C051D9;
}
</style>
border-color css
<style>
span { border-color: #C051D9; }
span { border-color: rgb(192,81,217); }
td.TdClassName
{
border-color: #C051D9;
}
.TagClassName
{
border-color: #C051D9;
}
</style>