Shades of Medium Orchid #C051D3
Tints of Medium Orchid #C051D3
RGB
CMYK
RGB Variations
Color information
#C051D3 (or 0xC051D3) is known color: Medium Orchid. HEX triplet: C0, 51 and D3. RGB value is (192,81,211). Sum of RGB (Red+Green+Blue) = 192+81+211=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 211 - color contains mainly: blue. Hex color #C051D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051D3 is #3FAE2C. Grayscale: #808080. Windows color (decimal): -4173357 or 13849024. OLE color: 13849024.
HSL color Cylindrical-coordinate representation of color #C051D3: hue angle of 291.23º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C051D3 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 81 | 211 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.17 |
| HSL | 291.23º | 0.6% | 0.57% | - |
| HSV(B) | 291.23º | 0.62% | 0.83% | - |
| XYZ | 36.44 | 21.79 | 63.91 | - |
| YUV | 129.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 211 | 0.09 | 0.62 | 0 | 0.17 | 291.23 | 0.6 | 0.57 |
| Hex | C0 | 51 | D3 | 9 | 3E | 0 | 11 | 123 | 3C | 39 |
| Octal | 300 | 121 | 323 | 11 | 76 | 0 | 21 | 443 | 74 | 71 |
| Binary | 11000000 | 1010001 | 11010011 | 1001 | 111110 | 0 | 10001 | 100100011 | 111100 | 111001 |
Color Harmonies of #C051D3
Complementary color
Monochromatic Colors of #C051D3
Black with #C051D3
Text Example
Text Example
White with #C051D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051D3; }
p { color: rgb(192,81,211); }
H1.HeaderClassName
{
color: #C051D3;
}
.AnyTagClassName
{
color: #C051D3;
}
</style>
background-color css
<style>
a { background-color: #C051D3; }
a { background-color: rgb(192,81,211); }
div.DivClassName
{
background-color: #C051D3;
}
.BgClassName
{
background-color: #C051D3;
}
</style>
border-color css
<style>
span { border-color: #C051D3; }
span { border-color: rgb(192,81,211); }
td.TdClassName
{
border-color: #C051D3;
}
.TagClassName
{
border-color: #C051D3;
}
</style>