Shades of Medium Orchid #C050CC
Tints of Medium Orchid #C050CC
RGB
CMYK
RGB Variations
Color information
#C050CC (or 0xC050CC) is known color: Medium Orchid. HEX triplet: C0, 50 and CC. RGB value is (192,80,204). Sum of RGB (Red+Green+Blue) = 192+80+204=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #C050CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050CC is #3FAF33. Grayscale: #7F7F7F. Windows color (decimal): -4173620 or 13390016. OLE color: 13390016.
HSL color Cylindrical-coordinate representation of color #C050CC: hue angle of 294.19º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C050CC is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 80 | 204 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.2 |
| HSL | 294.19º | 0.55% | 0.56% | - |
| HSV(B) | 294.19º | 0.61% | 0.8% | - |
| XYZ | 35.51 | 21.3 | 59.37 | - |
| YUV | 127.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 204 | 0.06 | 0.61 | 0 | 0.2 | 294.19 | 0.55 | 0.56 |
| Hex | C0 | 50 | CC | 6 | 3D | 0 | 14 | 126 | 37 | 38 |
| Octal | 300 | 120 | 314 | 6 | 75 | 0 | 24 | 446 | 67 | 70 |
| Binary | 11000000 | 1010000 | 11001100 | 110 | 111101 | 0 | 10100 | 100100110 | 110111 | 111000 |
Color Harmonies of #C050CC
Complementary color
Monochromatic Colors of #C050CC
Black with #C050CC
Text Example
Text Example
White with #C050CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050CC; }
p { color: rgb(192,80,204); }
H1.HeaderClassName
{
color: #C050CC;
}
.AnyTagClassName
{
color: #C050CC;
}
</style>
background-color css
<style>
a { background-color: #C050CC; }
a { background-color: rgb(192,80,204); }
div.DivClassName
{
background-color: #C050CC;
}
.BgClassName
{
background-color: #C050CC;
}
</style>
border-color css
<style>
span { border-color: #C050CC; }
span { border-color: rgb(192,80,204); }
td.TdClassName
{
border-color: #C050CC;
}
.TagClassName
{
border-color: #C050CC;
}
</style>