Shades of Medium Orchid #C050D7
Tints of Medium Orchid #C050D7
RGB
CMYK
RGB Variations
Color information
#C050D7 (or 0xC050D7) is known color: Medium Orchid. HEX triplet: C0, 50 and D7. RGB value is (192,80,215). Sum of RGB (Red+Green+Blue) = 192+80+215=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #C050D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050D7 is #3FAF28. Grayscale: #808080. Windows color (decimal): -4173609 or 14110912. OLE color: 14110912.
HSL color Cylindrical-coordinate representation of color #C050D7: hue angle of 289.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C050D7 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 80 | 215 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.16 |
| HSL | 289.78º | 0.63% | 0.58% | - |
| HSV(B) | 289.78º | 0.63% | 0.84% | - |
| XYZ | 36.87 | 21.85 | 66.56 | - |
| YUV | 128.88 | 176.61 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 215 | 0.11 | 0.63 | 0 | 0.16 | 289.78 | 0.63 | 0.58 |
| Hex | C0 | 50 | D7 | B | 3F | 0 | 10 | 122 | 3F | 3A |
| Octal | 300 | 120 | 327 | 13 | 77 | 0 | 20 | 442 | 77 | 72 |
| Binary | 11000000 | 1010000 | 11010111 | 1011 | 111111 | 0 | 10000 | 100100010 | 111111 | 111010 |
Color Harmonies of #C050D7
Complementary color
Monochromatic Colors of #C050D7
Black with #C050D7
Text Example
Text Example
White with #C050D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050D7; }
p { color: rgb(192,80,215); }
H1.HeaderClassName
{
color: #C050D7;
}
.AnyTagClassName
{
color: #C050D7;
}
</style>
background-color css
<style>
a { background-color: #C050D7; }
a { background-color: rgb(192,80,215); }
div.DivClassName
{
background-color: #C050D7;
}
.BgClassName
{
background-color: #C050D7;
}
</style>
border-color css
<style>
span { border-color: #C050D7; }
span { border-color: rgb(192,80,215); }
td.TdClassName
{
border-color: #C050D7;
}
.TagClassName
{
border-color: #C050D7;
}
</style>