Shades of Medium Orchid #C83EDE
Tints of Medium Orchid #C83EDE
RGB
CMYK
RGB Variations
Color information
#C83EDE (or 0xC83EDE) is known color: Medium Orchid. HEX triplet: C8, 3E and DE. RGB value is (200,62,222). Sum of RGB (Red+Green+Blue) = 200+62+222=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #C83EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83EDE is #37C121. Grayscale: #797979. Windows color (decimal): -3653922 or 14565064. OLE color: 14565064.
HSL color Cylindrical-coordinate representation of color #C83EDE: hue angle of 291.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83EDE is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 62 | 222 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.13 |
| HSL | 291.75º | 0.71% | 0.56% | - |
| HSV(B) | 291.75º | 0.72% | 0.87% | - |
| XYZ | 38.73 | 21 | 71.12 | - |
| YUV | 121.5 | 184.72 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 222 | 0.10 | 0.72 | 0 | 0.13 | 291.75 | 0.71 | 0.56 |
| Hex | C8 | 3E | DE | A | 48 | 0 | D | 124 | 47 | 38 |
| Octal | 310 | 76 | 336 | 12 | 110 | 0 | 15 | 444 | 107 | 70 |
| Binary | 11001000 | 111110 | 11011110 | 1010 | 1001000 | 0 | 1101 | 100100100 | 1000111 | 111000 |
Color Harmonies of #C83EDE
Complementary color
Monochromatic Colors of #C83EDE
Black with #C83EDE
Text Example
Text Example
White with #C83EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83EDE; }
p { color: rgb(200,62,222); }
H1.HeaderClassName
{
color: #C83EDE;
}
.AnyTagClassName
{
color: #C83EDE;
}
</style>
background-color css
<style>
a { background-color: #C83EDE; }
a { background-color: rgb(200,62,222); }
div.DivClassName
{
background-color: #C83EDE;
}
.BgClassName
{
background-color: #C83EDE;
}
</style>
border-color css
<style>
span { border-color: #C83EDE; }
span { border-color: rgb(200,62,222); }
td.TdClassName
{
border-color: #C83EDE;
}
.TagClassName
{
border-color: #C83EDE;
}
</style>