Shades of Medium Orchid #C851F7
Tints of Medium Orchid #C851F7
RGB
CMYK
RGB Variations
Color information
#C851F7 (or 0xC851F7) is known color: Medium Orchid. HEX triplet: C8, 51 and F7. RGB value is (200,81,247). Sum of RGB (Red+Green+Blue) = 200+81+247=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #C851F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C851F7 is #37AE08. Grayscale: #868686. Windows color (decimal): -3649033 or 16208328. OLE color: 16208328.
HSL color Cylindrical-coordinate representation of color #C851F7: hue angle of 283.01º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C851F7 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 81 | 247 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.03 |
| HSL | 283.01º | 0.91% | 0.64% | - |
| HSV(B) | 283.01º | 0.67% | 0.97% | - |
| XYZ | 43.55 | 24.88 | 90.5 | - |
| YUV | 135.51 | 190.92 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 247 | 0.19 | 0.67 | 0 | 0.03 | 283.01 | 0.91 | 0.64 |
| Hex | C8 | 51 | F7 | 13 | 43 | 0 | 3 | 11B | 5B | 40 |
| Octal | 310 | 121 | 367 | 23 | 103 | 0 | 3 | 433 | 133 | 100 |
| Binary | 11001000 | 1010001 | 11110111 | 10011 | 1000011 | 0 | 11 | 100011011 | 1011011 | 1000000 |
Color Harmonies of #C851F7
Complementary color
Monochromatic Colors of #C851F7
Black with #C851F7
Text Example
Text Example
White with #C851F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851F7; }
p { color: rgb(200,81,247); }
H1.HeaderClassName
{
color: #C851F7;
}
.AnyTagClassName
{
color: #C851F7;
}
</style>
background-color css
<style>
a { background-color: #C851F7; }
a { background-color: rgb(200,81,247); }
div.DivClassName
{
background-color: #C851F7;
}
.BgClassName
{
background-color: #C851F7;
}
</style>
border-color css
<style>
span { border-color: #C851F7; }
span { border-color: rgb(200,81,247); }
td.TdClassName
{
border-color: #C851F7;
}
.TagClassName
{
border-color: #C851F7;
}
</style>