Shades of Medium Orchid #C851F6
Tints of Medium Orchid #C851F6
RGB
CMYK
RGB Variations
Color information
#C851F6 (or 0xC851F6) is known color: Medium Orchid. HEX triplet: C8, 51 and F6. RGB value is (200,81,246). Sum of RGB (Red+Green+Blue) = 200+81+246=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 81 (32.03% from 255 or 15.37% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #C851F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C851F6 is #37AE09. Grayscale: #868686. Windows color (decimal): -3649034 or 16142792. OLE color: 16142792.
HSL color Cylindrical-coordinate representation of color #C851F6: hue angle of 283.27º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C851F6 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 81 | 246 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.04 |
| HSL | 283.27º | 0.9% | 0.64% | - |
| HSV(B) | 283.27º | 0.67% | 0.96% | - |
| XYZ | 43.4 | 24.82 | 89.69 | - |
| YUV | 135.39 | 190.42 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 246 | 0.19 | 0.67 | 0 | 0.04 | 283.27 | 0.9 | 0.64 |
| Hex | C8 | 51 | F6 | 13 | 43 | 0 | 4 | 11B | 5A | 40 |
| Octal | 310 | 121 | 366 | 23 | 103 | 0 | 4 | 433 | 132 | 100 |
| Binary | 11001000 | 1010001 | 11110110 | 10011 | 1000011 | 0 | 100 | 100011011 | 1011010 | 1000000 |
Color Harmonies of #C851F6
Complementary color
Monochromatic Colors of #C851F6
Black with #C851F6
Text Example
Text Example
White with #C851F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851F6; }
p { color: rgb(200,81,246); }
H1.HeaderClassName
{
color: #C851F6;
}
.AnyTagClassName
{
color: #C851F6;
}
</style>
background-color css
<style>
a { background-color: #C851F6; }
a { background-color: rgb(200,81,246); }
div.DivClassName
{
background-color: #C851F6;
}
.BgClassName
{
background-color: #C851F6;
}
</style>
border-color css
<style>
span { border-color: #C851F6; }
span { border-color: rgb(200,81,246); }
td.TdClassName
{
border-color: #C851F6;
}
.TagClassName
{
border-color: #C851F6;
}
</style>