Shades of Medium Orchid #C050F4
Tints of Medium Orchid #C050F4
RGB
CMYK
RGB Variations
Color information
#C050F4 (or 0xC050F4) is known color: Medium Orchid. HEX triplet: C0, 50 and F4. RGB value is (192,80,244). Sum of RGB (Red+Green+Blue) = 192+80+244=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #C050F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C050F4 is #3FAF0B. Grayscale: #838383. Windows color (decimal): -4173580 or 16011456. OLE color: 16011456.
HSL color Cylindrical-coordinate representation of color #C050F4: hue angle of 280.98º degrees, saturation: 0.88, 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 #C050F4 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 80 | 244 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.04 |
| HSL | 280.98º | 0.88% | 0.64% | - |
| HSV(B) | 280.98º | 0.67% | 0.96% | - |
| XYZ | 40.94 | 23.48 | 87.96 | - |
| YUV | 132.18 | 191.11 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 244 | 0.21 | 0.67 | 0 | 0.04 | 280.98 | 0.88 | 0.64 |
| Hex | C0 | 50 | F4 | 15 | 43 | 0 | 4 | 119 | 58 | 40 |
| Octal | 300 | 120 | 364 | 25 | 103 | 0 | 4 | 431 | 130 | 100 |
| Binary | 11000000 | 1010000 | 11110100 | 10101 | 1000011 | 0 | 100 | 100011001 | 1011000 | 1000000 |
Color Harmonies of #C050F4
Complementary color
Monochromatic Colors of #C050F4
Black with #C050F4
Text Example
Text Example
White with #C050F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050F4; }
p { color: rgb(192,80,244); }
H1.HeaderClassName
{
color: #C050F4;
}
.AnyTagClassName
{
color: #C050F4;
}
</style>
background-color css
<style>
a { background-color: #C050F4; }
a { background-color: rgb(192,80,244); }
div.DivClassName
{
background-color: #C050F4;
}
.BgClassName
{
background-color: #C050F4;
}
</style>
border-color css
<style>
span { border-color: #C050F4; }
span { border-color: rgb(192,80,244); }
td.TdClassName
{
border-color: #C050F4;
}
.TagClassName
{
border-color: #C050F4;
}
</style>