Shades of Medium Orchid #C851F0
Tints of Medium Orchid #C851F0
RGB
CMYK
RGB Variations
Color information
#C851F0 (or 0xC851F0) is known color: Medium Orchid. HEX triplet: C8, 51 and F0. RGB value is (200,81,240). Sum of RGB (Red+Green+Blue) = 200+81+240=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #C851F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C851F0 is #37AE0F. Grayscale: #868686. Windows color (decimal): -3649040 or 15749576. OLE color: 15749576.
HSL color Cylindrical-coordinate representation of color #C851F0: hue angle of 284.91º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C851F0 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 81 | 240 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.06 |
| HSL | 284.91º | 0.84% | 0.63% | - |
| HSV(B) | 284.91º | 0.66% | 0.94% | - |
| XYZ | 42.49 | 24.46 | 84.92 | - |
| YUV | 134.71 | 187.42 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 240 | 0.17 | 0.66 | 0 | 0.06 | 284.91 | 0.84 | 0.63 |
| Hex | C8 | 51 | F0 | 11 | 42 | 0 | 6 | 11D | 54 | 3F |
| Octal | 310 | 121 | 360 | 21 | 102 | 0 | 6 | 435 | 124 | 77 |
| Binary | 11001000 | 1010001 | 11110000 | 10001 | 1000010 | 0 | 110 | 100011101 | 1010100 | 111111 |
Color Harmonies of #C851F0
Complementary color
Monochromatic Colors of #C851F0
Black with #C851F0
Text Example
Text Example
White with #C851F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851F0; }
p { color: rgb(200,81,240); }
H1.HeaderClassName
{
color: #C851F0;
}
.AnyTagClassName
{
color: #C851F0;
}
</style>
background-color css
<style>
a { background-color: #C851F0; }
a { background-color: rgb(200,81,240); }
div.DivClassName
{
background-color: #C851F0;
}
.BgClassName
{
background-color: #C851F0;
}
</style>
border-color css
<style>
span { border-color: #C851F0; }
span { border-color: rgb(200,81,240); }
td.TdClassName
{
border-color: #C851F0;
}
.TagClassName
{
border-color: #C851F0;
}
</style>