Shades of Medium Orchid #C851F1
Tints of Medium Orchid #C851F1
RGB
CMYK
RGB Variations
Color information
#C851F1 (or 0xC851F1) is known color: Medium Orchid. HEX triplet: C8, 51 and F1. RGB value is (200,81,241). Sum of RGB (Red+Green+Blue) = 200+81+241=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #C851F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C851F1 is #37AE0E. Grayscale: #868686. Windows color (decimal): -3649039 or 15815112. OLE color: 15815112.
HSL color Cylindrical-coordinate representation of color #C851F1: hue angle of 284.62º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C851F1 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 81 | 241 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.05 |
| HSL | 284.63º | 0.85% | 0.63% | - |
| HSV(B) | 284.63º | 0.66% | 0.95% | - |
| XYZ | 42.64 | 24.52 | 85.7 | - |
| YUV | 134.82 | 187.92 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 241 | 0.17 | 0.66 | 0 | 0.05 | 284.63 | 0.85 | 0.63 |
| Hex | C8 | 51 | F1 | 11 | 42 | 0 | 5 | 11D | 55 | 3F |
| Octal | 310 | 121 | 361 | 21 | 102 | 0 | 5 | 435 | 125 | 77 |
| Binary | 11001000 | 1010001 | 11110001 | 10001 | 1000010 | 0 | 101 | 100011101 | 1010101 | 111111 |
Color Harmonies of #C851F1
Complementary color
Monochromatic Colors of #C851F1
Black with #C851F1
Text Example
Text Example
White with #C851F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851F1; }
p { color: rgb(200,81,241); }
H1.HeaderClassName
{
color: #C851F1;
}
.AnyTagClassName
{
color: #C851F1;
}
</style>
background-color css
<style>
a { background-color: #C851F1; }
a { background-color: rgb(200,81,241); }
div.DivClassName
{
background-color: #C851F1;
}
.BgClassName
{
background-color: #C851F1;
}
</style>
border-color css
<style>
span { border-color: #C851F1; }
span { border-color: rgb(200,81,241); }
td.TdClassName
{
border-color: #C851F1;
}
.TagClassName
{
border-color: #C851F1;
}
</style>