Shades of Medium Orchid #C050CF
Tints of Medium Orchid #C050CF
RGB
CMYK
RGB Variations
Color information
#C050CF (or 0xC050CF) is known color: Medium Orchid. HEX triplet: C0, 50 and CF. RGB value is (192,80,207). Sum of RGB (Red+Green+Blue) = 192+80+207=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #C050CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050CF is #3FAF30. Grayscale: #7F7F7F. Windows color (decimal): -4173617 or 13586624. OLE color: 13586624.
HSL color Cylindrical-coordinate representation of color #C050CF: hue angle of 292.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C050CF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 80 | 207 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.19 |
| HSL | 292.91º | 0.57% | 0.56% | - |
| HSV(B) | 292.91º | 0.61% | 0.81% | - |
| XYZ | 35.87 | 21.45 | 61.28 | - |
| YUV | 127.97 | 172.61 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 207 | 0.07 | 0.61 | 0 | 0.19 | 292.91 | 0.57 | 0.56 |
| Hex | C0 | 50 | CF | 7 | 3D | 0 | 13 | 125 | 39 | 38 |
| Octal | 300 | 120 | 317 | 7 | 75 | 0 | 23 | 445 | 71 | 70 |
| Binary | 11000000 | 1010000 | 11001111 | 111 | 111101 | 0 | 10011 | 100100101 | 111001 | 111000 |
Color Harmonies of #C050CF
Complementary color
Monochromatic Colors of #C050CF
Black with #C050CF
Text Example
Text Example
White with #C050CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050CF; }
p { color: rgb(192,80,207); }
H1.HeaderClassName
{
color: #C050CF;
}
.AnyTagClassName
{
color: #C050CF;
}
</style>
background-color css
<style>
a { background-color: #C050CF; }
a { background-color: rgb(192,80,207); }
div.DivClassName
{
background-color: #C050CF;
}
.BgClassName
{
background-color: #C050CF;
}
</style>
border-color css
<style>
span { border-color: #C050CF; }
span { border-color: rgb(192,80,207); }
td.TdClassName
{
border-color: #C050CF;
}
.TagClassName
{
border-color: #C050CF;
}
</style>