Shades of Medium Orchid #C050D4
Tints of Medium Orchid #C050D4
RGB
CMYK
RGB Variations
Color information
#C050D4 (or 0xC050D4) is known color: Medium Orchid. HEX triplet: C0, 50 and D4. RGB value is (192,80,212). Sum of RGB (Red+Green+Blue) = 192+80+212=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #C050D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050D4 is #3FAF2B. Grayscale: #808080. Windows color (decimal): -4173612 or 13914304. OLE color: 13914304.
HSL color Cylindrical-coordinate representation of color #C050D4: hue angle of 290.91º degrees, saturation: 0.61, 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 #C050D4 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 80 | 212 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.17 |
| HSL | 290.91º | 0.61% | 0.57% | - |
| HSV(B) | 290.91º | 0.62% | 0.83% | - |
| XYZ | 36.49 | 21.7 | 64.55 | - |
| YUV | 128.54 | 175.11 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 212 | 0.09 | 0.62 | 0 | 0.17 | 290.91 | 0.61 | 0.57 |
| Hex | C0 | 50 | D4 | 9 | 3E | 0 | 11 | 123 | 3D | 39 |
| Octal | 300 | 120 | 324 | 11 | 76 | 0 | 21 | 443 | 75 | 71 |
| Binary | 11000000 | 1010000 | 11010100 | 1001 | 111110 | 0 | 10001 | 100100011 | 111101 | 111001 |
Color Harmonies of #C050D4
Complementary color
Monochromatic Colors of #C050D4
Black with #C050D4
Text Example
Text Example
White with #C050D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050D4; }
p { color: rgb(192,80,212); }
H1.HeaderClassName
{
color: #C050D4;
}
.AnyTagClassName
{
color: #C050D4;
}
</style>
background-color css
<style>
a { background-color: #C050D4; }
a { background-color: rgb(192,80,212); }
div.DivClassName
{
background-color: #C050D4;
}
.BgClassName
{
background-color: #C050D4;
}
</style>
border-color css
<style>
span { border-color: #C050D4; }
span { border-color: rgb(192,80,212); }
td.TdClassName
{
border-color: #C050D4;
}
.TagClassName
{
border-color: #C050D4;
}
</style>