Shades of Medium Orchid #C850F3
Tints of Medium Orchid #C850F3
RGB
CMYK
RGB Variations
Color information
#C850F3 (or 0xC850F3) is known color: Medium Orchid. HEX triplet: C8, 50 and F3. RGB value is (200,80,243). Sum of RGB (Red+Green+Blue) = 200+80+243=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #C850F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C850F3 is #37AF0C. Grayscale: #858585. Windows color (decimal): -3649293 or 15945928. OLE color: 15945928.
HSL color Cylindrical-coordinate representation of color #C850F3: hue angle of 284.17º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C850F3 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 80 | 243 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.05 |
| HSL | 284.17º | 0.87% | 0.63% | - |
| HSV(B) | 284.17º | 0.67% | 0.95% | - |
| XYZ | 42.87 | 24.49 | 87.26 | - |
| YUV | 134.46 | 189.26 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 243 | 0.18 | 0.67 | 0 | 0.05 | 284.17 | 0.87 | 0.63 |
| Hex | C8 | 50 | F3 | 12 | 43 | 0 | 5 | 11C | 57 | 3F |
| Octal | 310 | 120 | 363 | 22 | 103 | 0 | 5 | 434 | 127 | 77 |
| Binary | 11001000 | 1010000 | 11110011 | 10010 | 1000011 | 0 | 101 | 100011100 | 1010111 | 111111 |
Color Harmonies of #C850F3
Complementary color
Monochromatic Colors of #C850F3
Black with #C850F3
Text Example
Text Example
White with #C850F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850F3; }
p { color: rgb(200,80,243); }
H1.HeaderClassName
{
color: #C850F3;
}
.AnyTagClassName
{
color: #C850F3;
}
</style>
background-color css
<style>
a { background-color: #C850F3; }
a { background-color: rgb(200,80,243); }
div.DivClassName
{
background-color: #C850F3;
}
.BgClassName
{
background-color: #C850F3;
}
</style>
border-color css
<style>
span { border-color: #C850F3; }
span { border-color: rgb(200,80,243); }
td.TdClassName
{
border-color: #C850F3;
}
.TagClassName
{
border-color: #C850F3;
}
</style>