Shades of Medium Orchid #C831D9
Tints of Medium Orchid #C831D9
RGB
CMYK
RGB Variations
Color information
#C831D9 (or 0xC831D9) is known color: Medium Orchid. HEX triplet: C8, 31 and D9. RGB value is (200,49,217). Sum of RGB (Red+Green+Blue) = 200+49+217=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #C831D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831D9 is #37CE26. Grayscale: #707070. Windows color (decimal): -3657255 or 14234056. OLE color: 14234056.
HSL color Cylindrical-coordinate representation of color #C831D9: hue angle of 293.93º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C831D9 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 49 | 217 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.15 |
| HSL | 293.93º | 0.69% | 0.52% | - |
| HSV(B) | 293.93º | 0.77% | 0.85% | - |
| XYZ | 37.44 | 19.49 | 67.43 | - |
| YUV | 113.3 | 186.53 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 217 | 0.08 | 0.77 | 0 | 0.15 | 293.93 | 0.69 | 0.52 |
| Hex | C8 | 31 | D9 | 8 | 4D | 0 | F | 126 | 45 | 34 |
| Octal | 310 | 61 | 331 | 10 | 115 | 0 | 17 | 446 | 105 | 64 |
| Binary | 11001000 | 110001 | 11011001 | 1000 | 1001101 | 0 | 1111 | 100100110 | 1000101 | 110100 |
Color Harmonies of #C831D9
Complementary color
Monochromatic Colors of #C831D9
Black with #C831D9
Text Example
Text Example
White with #C831D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831D9; }
p { color: rgb(200,49,217); }
H1.HeaderClassName
{
color: #C831D9;
}
.AnyTagClassName
{
color: #C831D9;
}
</style>
background-color css
<style>
a { background-color: #C831D9; }
a { background-color: rgb(200,49,217); }
div.DivClassName
{
background-color: #C831D9;
}
.BgClassName
{
background-color: #C831D9;
}
</style>
border-color css
<style>
span { border-color: #C831D9; }
span { border-color: rgb(200,49,217); }
td.TdClassName
{
border-color: #C831D9;
}
.TagClassName
{
border-color: #C831D9;
}
</style>