Shades of Medium Orchid #C83DEC
Tints of Medium Orchid #C83DEC
RGB
CMYK
RGB Variations
Color information
#C83DEC (or 0xC83DEC) is known color: Medium Orchid. HEX triplet: C8, 3D and EC. RGB value is (200,61,236). Sum of RGB (Red+Green+Blue) = 200+61+236=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #C83DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83DEC is #37C213. Grayscale: #797979. Windows color (decimal): -3654164 or 15482312. OLE color: 15482312.
HSL color Cylindrical-coordinate representation of color #C83DEC: hue angle of 287.66º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83DEC is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 61 | 236 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.07 |
| HSL | 287.66º | 0.82% | 0.58% | - |
| HSV(B) | 287.66º | 0.74% | 0.93% | - |
| XYZ | 40.63 | 21.67 | 81.4 | - |
| YUV | 122.51 | 192.05 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 236 | 0.15 | 0.74 | 0 | 0.07 | 287.66 | 0.82 | 0.58 |
| Hex | C8 | 3D | EC | F | 4A | 0 | 7 | 120 | 52 | 3A |
| Octal | 310 | 75 | 354 | 17 | 112 | 0 | 7 | 440 | 122 | 72 |
| Binary | 11001000 | 111101 | 11101100 | 1111 | 1001010 | 0 | 111 | 100100000 | 1010010 | 111010 |
Color Harmonies of #C83DEC
Complementary color
Monochromatic Colors of #C83DEC
Black with #C83DEC
Text Example
Text Example
White with #C83DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DEC; }
p { color: rgb(200,61,236); }
H1.HeaderClassName
{
color: #C83DEC;
}
.AnyTagClassName
{
color: #C83DEC;
}
</style>
background-color css
<style>
a { background-color: #C83DEC; }
a { background-color: rgb(200,61,236); }
div.DivClassName
{
background-color: #C83DEC;
}
.BgClassName
{
background-color: #C83DEC;
}
</style>
border-color css
<style>
span { border-color: #C83DEC; }
span { border-color: rgb(200,61,236); }
td.TdClassName
{
border-color: #C83DEC;
}
.TagClassName
{
border-color: #C83DEC;
}
</style>