Shades of Medium Orchid #C850F1
Tints of Medium Orchid #C850F1
RGB
CMYK
RGB Variations
Color information
#C850F1 (or 0xC850F1) is known color: Medium Orchid. HEX triplet: C8, 50 and F1. RGB value is (200,80,241). Sum of RGB (Red+Green+Blue) = 200+80+241=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #C850F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C850F1 is #37AF0E. Grayscale: #858585. Windows color (decimal): -3649295 or 15814856. OLE color: 15814856.
HSL color Cylindrical-coordinate representation of color #C850F1: hue angle of 284.72º degrees, saturation: 0.85, 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 #C850F1 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 80 | 241 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.05 |
| HSL | 284.72º | 0.85% | 0.63% | - |
| HSV(B) | 284.72º | 0.67% | 0.95% | - |
| XYZ | 42.57 | 24.37 | 85.68 | - |
| YUV | 134.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 241 | 0.17 | 0.67 | 0 | 0.05 | 284.72 | 0.85 | 0.63 |
| Hex | C8 | 50 | F1 | 11 | 43 | 0 | 5 | 11D | 55 | 3F |
| Octal | 310 | 120 | 361 | 21 | 103 | 0 | 5 | 435 | 125 | 77 |
| Binary | 11001000 | 1010000 | 11110001 | 10001 | 1000011 | 0 | 101 | 100011101 | 1010101 | 111111 |
Color Harmonies of #C850F1
Complementary color
Monochromatic Colors of #C850F1
Black with #C850F1
Text Example
Text Example
White with #C850F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850F1; }
p { color: rgb(200,80,241); }
H1.HeaderClassName
{
color: #C850F1;
}
.AnyTagClassName
{
color: #C850F1;
}
</style>
background-color css
<style>
a { background-color: #C850F1; }
a { background-color: rgb(200,80,241); }
div.DivClassName
{
background-color: #C850F1;
}
.BgClassName
{
background-color: #C850F1;
}
</style>
border-color css
<style>
span { border-color: #C850F1; }
span { border-color: rgb(200,80,241); }
td.TdClassName
{
border-color: #C850F1;
}
.TagClassName
{
border-color: #C850F1;
}
</style>