Shades of Medium Orchid #C83DE0
Tints of Medium Orchid #C83DE0
RGB
CMYK
RGB Variations
Color information
#C83DE0 (or 0xC83DE0) is known color: Medium Orchid. HEX triplet: C8, 3D and E0. RGB value is (200,61,224). Sum of RGB (Red+Green+Blue) = 200+61+224=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #C83DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83DE0 is #37C21F. Grayscale: #787878. Windows color (decimal): -3654176 or 14695880. OLE color: 14695880.
HSL color Cylindrical-coordinate representation of color #C83DE0: hue angle of 291.17º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83DE0 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 61 | 224 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.12 |
| HSL | 291.17º | 0.72% | 0.56% | - |
| HSV(B) | 291.17º | 0.73% | 0.88% | - |
| XYZ | 38.94 | 21 | 72.52 | - |
| YUV | 121.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 224 | 0.11 | 0.73 | 0 | 0.12 | 291.17 | 0.72 | 0.56 |
| Hex | C8 | 3D | E0 | B | 49 | 0 | C | 123 | 48 | 38 |
| Octal | 310 | 75 | 340 | 13 | 111 | 0 | 14 | 443 | 110 | 70 |
| Binary | 11001000 | 111101 | 11100000 | 1011 | 1001001 | 0 | 1100 | 100100011 | 1001000 | 111000 |
Color Harmonies of #C83DE0
Complementary color
Monochromatic Colors of #C83DE0
Black with #C83DE0
Text Example
Text Example
White with #C83DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DE0; }
p { color: rgb(200,61,224); }
H1.HeaderClassName
{
color: #C83DE0;
}
.AnyTagClassName
{
color: #C83DE0;
}
</style>
background-color css
<style>
a { background-color: #C83DE0; }
a { background-color: rgb(200,61,224); }
div.DivClassName
{
background-color: #C83DE0;
}
.BgClassName
{
background-color: #C83DE0;
}
</style>
border-color css
<style>
span { border-color: #C83DE0; }
span { border-color: rgb(200,61,224); }
td.TdClassName
{
border-color: #C83DE0;
}
.TagClassName
{
border-color: #C83DE0;
}
</style>