Shades of Medium Orchid #C051D0
Tints of Medium Orchid #C051D0
RGB
CMYK
RGB Variations
Color information
#C051D0 (or 0xC051D0) is known color: Medium Orchid. HEX triplet: C0, 51 and D0. RGB value is (192,81,208). Sum of RGB (Red+Green+Blue) = 192+81+208=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #C051D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051D0 is #3FAE2F. Grayscale: #808080. Windows color (decimal): -4173360 or 13652416. OLE color: 13652416.
HSL color Cylindrical-coordinate representation of color #C051D0: hue angle of 292.44º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C051D0 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 81 | 208 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.18 |
| HSL | 292.44º | 0.57% | 0.57% | - |
| HSV(B) | 292.44º | 0.61% | 0.82% | - |
| XYZ | 36.07 | 21.65 | 61.95 | - |
| YUV | 128.67 | 172.77 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 208 | 0.08 | 0.61 | 0 | 0.18 | 292.44 | 0.57 | 0.57 |
| Hex | C0 | 51 | D0 | 8 | 3D | 0 | 12 | 124 | 39 | 39 |
| Octal | 300 | 121 | 320 | 10 | 75 | 0 | 22 | 444 | 71 | 71 |
| Binary | 11000000 | 1010001 | 11010000 | 1000 | 111101 | 0 | 10010 | 100100100 | 111001 | 111001 |
Color Harmonies of #C051D0
Complementary color
Monochromatic Colors of #C051D0
Black with #C051D0
Text Example
Text Example
White with #C051D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051D0; }
p { color: rgb(192,81,208); }
H1.HeaderClassName
{
color: #C051D0;
}
.AnyTagClassName
{
color: #C051D0;
}
</style>
background-color css
<style>
a { background-color: #C051D0; }
a { background-color: rgb(192,81,208); }
div.DivClassName
{
background-color: #C051D0;
}
.BgClassName
{
background-color: #C051D0;
}
</style>
border-color css
<style>
span { border-color: #C051D0; }
span { border-color: rgb(192,81,208); }
td.TdClassName
{
border-color: #C051D0;
}
.TagClassName
{
border-color: #C051D0;
}
</style>