Shades of Medium Orchid #C850FA
Tints of Medium Orchid #C850FA
RGB
CMYK
RGB Variations
Color information
#C850FA (or 0xC850FA) is known color: Medium Orchid. HEX triplet: C8, 50 and FA. RGB value is (200,80,250). Sum of RGB (Red+Green+Blue) = 200+80+250=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #C850FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C850FA is #37AF05. Grayscale: #868686. Windows color (decimal): -3649286 or 16404680. OLE color: 16404680.
HSL color Cylindrical-coordinate representation of color #C850FA: hue angle of 282.35º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C850FA is Cyan = 0.2, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 80 | 250 | - |
| CMYK | 0.2 | 0.68 | 0 | 0.02 |
| HSL | 282.35º | 0.94% | 0.65% | - |
| HSV(B) | 282.35º | 0.68% | 0.98% | - |
| XYZ | 43.94 | 24.92 | 92.94 | - |
| YUV | 135.26 | 192.76 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 250 | 0.2 | 0.68 | 0 | 0.02 | 282.35 | 0.94 | 0.65 |
| Hex | C8 | 50 | FA | 14 | 44 | 0 | 2 | 11A | 5E | 41 |
| Octal | 310 | 120 | 372 | 24 | 104 | 0 | 2 | 432 | 136 | 101 |
| Binary | 11001000 | 1010000 | 11111010 | 10100 | 1000100 | 0 | 10 | 100011010 | 1011110 | 1000001 |
Color Harmonies of #C850FA
Complementary color
Monochromatic Colors of #C850FA
Black with #C850FA
Text Example
Text Example
White with #C850FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850FA; }
p { color: rgb(200,80,250); }
H1.HeaderClassName
{
color: #C850FA;
}
.AnyTagClassName
{
color: #C850FA;
}
</style>
background-color css
<style>
a { background-color: #C850FA; }
a { background-color: rgb(200,80,250); }
div.DivClassName
{
background-color: #C850FA;
}
.BgClassName
{
background-color: #C850FA;
}
</style>
border-color css
<style>
span { border-color: #C850FA; }
span { border-color: rgb(200,80,250); }
td.TdClassName
{
border-color: #C850FA;
}
.TagClassName
{
border-color: #C850FA;
}
</style>