Shades of Medium Orchid #C051CD
Tints of Medium Orchid #C051CD
RGB
CMYK
RGB Variations
Color information
#C051CD (or 0xC051CD) is known color: Medium Orchid. HEX triplet: C0, 51 and CD. RGB value is (192,81,205). Sum of RGB (Red+Green+Blue) = 192+81+205=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #C051CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051CD is #3FAE32. Grayscale: #7F7F7F. Windows color (decimal): -4173363 or 13455808. OLE color: 13455808.
HSL color Cylindrical-coordinate representation of color #C051CD: hue angle of 293.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C051CD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 81 | 205 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.20 |
| HSL | 293.71º | 0.55% | 0.56% | - |
| HSV(B) | 293.71º | 0.6% | 0.8% | - |
| XYZ | 35.7 | 21.5 | 60.03 | - |
| YUV | 128.33 | 171.27 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 205 | 0.06 | 0.60 | 0 | 0.20 | 293.71 | 0.55 | 0.56 |
| Hex | C0 | 51 | CD | 6 | 3C | 0 | 14 | 126 | 37 | 38 |
| Octal | 300 | 121 | 315 | 6 | 74 | 0 | 24 | 446 | 67 | 70 |
| Binary | 11000000 | 1010001 | 11001101 | 110 | 111100 | 0 | 10100 | 100100110 | 110111 | 111000 |
Color Harmonies of #C051CD
Complementary color
Monochromatic Colors of #C051CD
Black with #C051CD
Text Example
Text Example
White with #C051CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051CD; }
p { color: rgb(192,81,205); }
H1.HeaderClassName
{
color: #C051CD;
}
.AnyTagClassName
{
color: #C051CD;
}
</style>
background-color css
<style>
a { background-color: #C051CD; }
a { background-color: rgb(192,81,205); }
div.DivClassName
{
background-color: #C051CD;
}
.BgClassName
{
background-color: #C051CD;
}
</style>
border-color css
<style>
span { border-color: #C051CD; }
span { border-color: rgb(192,81,205); }
td.TdClassName
{
border-color: #C051CD;
}
.TagClassName
{
border-color: #C051CD;
}
</style>