Shades of Medium Orchid #C83ED5
Tints of Medium Orchid #C83ED5
RGB
CMYK
RGB Variations
Color information
#C83ED5 (or 0xC83ED5) is known color: Medium Orchid. HEX triplet: C8, 3E and D5. RGB value is (200,62,213). Sum of RGB (Red+Green+Blue) = 200+62+213=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #C83ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83ED5 is #37C12A. Grayscale: #787878. Windows color (decimal): -3653931 or 13975240. OLE color: 13975240.
HSL color Cylindrical-coordinate representation of color #C83ED5: hue angle of 294.83º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83ED5 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 62 | 213 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.16 |
| HSL | 294.83º | 0.64% | 0.54% | - |
| HSV(B) | 294.83º | 0.71% | 0.84% | - |
| XYZ | 37.55 | 20.53 | 64.93 | - |
| YUV | 120.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 213 | 0.06 | 0.71 | 0 | 0.16 | 294.83 | 0.64 | 0.54 |
| Hex | C8 | 3E | D5 | 6 | 47 | 0 | 10 | 127 | 40 | 36 |
| Octal | 310 | 76 | 325 | 6 | 107 | 0 | 20 | 447 | 100 | 66 |
| Binary | 11001000 | 111110 | 11010101 | 110 | 1000111 | 0 | 10000 | 100100111 | 1000000 | 110110 |
Color Harmonies of #C83ED5
Complementary color
Monochromatic Colors of #C83ED5
Black with #C83ED5
Text Example
Text Example
White with #C83ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83ED5; }
p { color: rgb(200,62,213); }
H1.HeaderClassName
{
color: #C83ED5;
}
.AnyTagClassName
{
color: #C83ED5;
}
</style>
background-color css
<style>
a { background-color: #C83ED5; }
a { background-color: rgb(200,62,213); }
div.DivClassName
{
background-color: #C83ED5;
}
.BgClassName
{
background-color: #C83ED5;
}
</style>
border-color css
<style>
span { border-color: #C83ED5; }
span { border-color: rgb(200,62,213); }
td.TdClassName
{
border-color: #C83ED5;
}
.TagClassName
{
border-color: #C83ED5;
}
</style>