Shades of Medium Orchid #C83EDD
Tints of Medium Orchid #C83EDD
RGB
CMYK
RGB Variations
Color information
#C83EDD (or 0xC83EDD) is known color: Medium Orchid. HEX triplet: C8, 3E and DD. RGB value is (200,62,221). Sum of RGB (Red+Green+Blue) = 200+62+221=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 62 (24.61% from 255 or 12.84% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #C83EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83EDD is #37C122. Grayscale: #787878. Windows color (decimal): -3653923 or 14499528. OLE color: 14499528.
HSL color Cylindrical-coordinate representation of color #C83EDD: hue angle of 292.08º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83EDD is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 62 | 221 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.13 |
| HSL | 292.08º | 0.7% | 0.55% | - |
| HSV(B) | 292.08º | 0.72% | 0.87% | - |
| XYZ | 38.59 | 20.95 | 70.42 | - |
| YUV | 121.39 | 184.22 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 221 | 0.10 | 0.72 | 0 | 0.13 | 292.08 | 0.7 | 0.55 |
| Hex | C8 | 3E | DD | A | 48 | 0 | D | 124 | 46 | 37 |
| Octal | 310 | 76 | 335 | 12 | 110 | 0 | 15 | 444 | 106 | 67 |
| Binary | 11001000 | 111110 | 11011101 | 1010 | 1001000 | 0 | 1101 | 100100100 | 1000110 | 110111 |
Color Harmonies of #C83EDD
Complementary color
Monochromatic Colors of #C83EDD
Black with #C83EDD
Text Example
Text Example
White with #C83EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83EDD; }
p { color: rgb(200,62,221); }
H1.HeaderClassName
{
color: #C83EDD;
}
.AnyTagClassName
{
color: #C83EDD;
}
</style>
background-color css
<style>
a { background-color: #C83EDD; }
a { background-color: rgb(200,62,221); }
div.DivClassName
{
background-color: #C83EDD;
}
.BgClassName
{
background-color: #C83EDD;
}
</style>
border-color css
<style>
span { border-color: #C83EDD; }
span { border-color: rgb(200,62,221); }
td.TdClassName
{
border-color: #C83EDD;
}
.TagClassName
{
border-color: #C83EDD;
}
</style>