Shades of Medium Orchid #C050F6
Tints of Medium Orchid #C050F6
RGB
CMYK
RGB Variations
Color information
#C050F6 (or 0xC050F6) is known color: Medium Orchid. HEX triplet: C0, 50 and F6. RGB value is (192,80,246). Sum of RGB (Red+Green+Blue) = 192+80+246=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #C050F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C050F6 is #3FAF09. Grayscale: #838383. Windows color (decimal): -4173578 or 16142528. OLE color: 16142528.
HSL color Cylindrical-coordinate representation of color #C050F6: hue angle of 280.48º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C050F6 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 80 | 246 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.04 |
| HSL | 280.48º | 0.9% | 0.64% | - |
| HSV(B) | 280.48º | 0.67% | 0.96% | - |
| XYZ | 41.24 | 23.6 | 89.57 | - |
| YUV | 132.41 | 192.11 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 246 | 0.22 | 0.67 | 0 | 0.04 | 280.48 | 0.9 | 0.64 |
| Hex | C0 | 50 | F6 | 16 | 43 | 0 | 4 | 118 | 5A | 40 |
| Octal | 300 | 120 | 366 | 26 | 103 | 0 | 4 | 430 | 132 | 100 |
| Binary | 11000000 | 1010000 | 11110110 | 10110 | 1000011 | 0 | 100 | 100011000 | 1011010 | 1000000 |
Color Harmonies of #C050F6
Complementary color
Monochromatic Colors of #C050F6
Black with #C050F6
Text Example
Text Example
White with #C050F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050F6; }
p { color: rgb(192,80,246); }
H1.HeaderClassName
{
color: #C050F6;
}
.AnyTagClassName
{
color: #C050F6;
}
</style>
background-color css
<style>
a { background-color: #C050F6; }
a { background-color: rgb(192,80,246); }
div.DivClassName
{
background-color: #C050F6;
}
.BgClassName
{
background-color: #C050F6;
}
</style>
border-color css
<style>
span { border-color: #C050F6; }
span { border-color: rgb(192,80,246); }
td.TdClassName
{
border-color: #C050F6;
}
.TagClassName
{
border-color: #C050F6;
}
</style>