Shades of Medium Orchid #C851D3
Tints of Medium Orchid #C851D3
RGB
CMYK
RGB Variations
Color information
#C851D3 (or 0xC851D3) is known color: Medium Orchid. HEX triplet: C8, 51 and D3. RGB value is (200,81,211). Sum of RGB (Red+Green+Blue) = 200+81+211=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 211 - color contains mainly: blue. Hex color #C851D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851D3 is #37AE2C. Grayscale: #838383. Windows color (decimal): -3649069 or 13849032. OLE color: 13849032.
HSL color Cylindrical-coordinate representation of color #C851D3: hue angle of 294.92º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C851D3 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 81 | 211 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.17 |
| HSL | 294.92º | 0.6% | 0.57% | - |
| HSV(B) | 294.92º | 0.62% | 0.83% | - |
| XYZ | 38.52 | 22.87 | 64.01 | - |
| YUV | 131.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 211 | 0.05 | 0.62 | 0 | 0.17 | 294.92 | 0.6 | 0.57 |
| Hex | C8 | 51 | D3 | 5 | 3E | 0 | 11 | 127 | 3C | 39 |
| Octal | 310 | 121 | 323 | 5 | 76 | 0 | 21 | 447 | 74 | 71 |
| Binary | 11001000 | 1010001 | 11010011 | 101 | 111110 | 0 | 10001 | 100100111 | 111100 | 111001 |
Color Harmonies of #C851D3
Complementary color
Monochromatic Colors of #C851D3
Black with #C851D3
Text Example
Text Example
White with #C851D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851D3; }
p { color: rgb(200,81,211); }
H1.HeaderClassName
{
color: #C851D3;
}
.AnyTagClassName
{
color: #C851D3;
}
</style>
background-color css
<style>
a { background-color: #C851D3; }
a { background-color: rgb(200,81,211); }
div.DivClassName
{
background-color: #C851D3;
}
.BgClassName
{
background-color: #C851D3;
}
</style>
border-color css
<style>
span { border-color: #C851D3; }
span { border-color: rgb(200,81,211); }
td.TdClassName
{
border-color: #C851D3;
}
.TagClassName
{
border-color: #C851D3;
}
</style>