Shades of Medium Orchid #C831D5
Tints of Medium Orchid #C831D5
RGB
CMYK
RGB Variations
Color information
#C831D5 (or 0xC831D5) is known color: Medium Orchid. HEX triplet: C8, 31 and D5. RGB value is (200,49,213). Sum of RGB (Red+Green+Blue) = 200+49+213=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #C831D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831D5 is #37CE2A. Grayscale: #707070. Windows color (decimal): -3657259 or 13971912. OLE color: 13971912.
HSL color Cylindrical-coordinate representation of color #C831D5: hue angle of 295.24º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C831D5 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 49 | 213 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.16 |
| HSL | 295.24º | 0.66% | 0.51% | - |
| HSV(B) | 295.24º | 0.77% | 0.84% | - |
| XYZ | 36.93 | 19.28 | 64.73 | - |
| YUV | 112.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 213 | 0.06 | 0.77 | 0 | 0.16 | 295.24 | 0.66 | 0.51 |
| Hex | C8 | 31 | D5 | 6 | 4D | 0 | 10 | 127 | 42 | 33 |
| Octal | 310 | 61 | 325 | 6 | 115 | 0 | 20 | 447 | 102 | 63 |
| Binary | 11001000 | 110001 | 11010101 | 110 | 1001101 | 0 | 10000 | 100100111 | 1000010 | 110011 |
Color Harmonies of #C831D5
Complementary color
Monochromatic Colors of #C831D5
Black with #C831D5
Text Example
Text Example
White with #C831D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831D5; }
p { color: rgb(200,49,213); }
H1.HeaderClassName
{
color: #C831D5;
}
.AnyTagClassName
{
color: #C831D5;
}
</style>
background-color css
<style>
a { background-color: #C831D5; }
a { background-color: rgb(200,49,213); }
div.DivClassName
{
background-color: #C831D5;
}
.BgClassName
{
background-color: #C831D5;
}
</style>
border-color css
<style>
span { border-color: #C831D5; }
span { border-color: rgb(200,49,213); }
td.TdClassName
{
border-color: #C831D5;
}
.TagClassName
{
border-color: #C831D5;
}
</style>