Shades of Medium Orchid #C83CEC
Tints of Medium Orchid #C83CEC
RGB
CMYK
RGB Variations
Color information
#C83CEC (or 0xC83CEC) is known color: Medium Orchid. HEX triplet: C8, 3C and EC. RGB value is (200,60,236). Sum of RGB (Red+Green+Blue) = 200+60+236=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #C83CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83CEC is #37C313. Grayscale: #797979. Windows color (decimal): -3654420 or 15482056. OLE color: 15482056.
HSL color Cylindrical-coordinate representation of color #C83CEC: hue angle of 287.73º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83CEC is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 60 | 236 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.07 |
| HSL | 287.73º | 0.82% | 0.58% | - |
| HSV(B) | 287.73º | 0.75% | 0.93% | - |
| XYZ | 40.58 | 21.57 | 81.38 | - |
| YUV | 121.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 236 | 0.15 | 0.75 | 0 | 0.07 | 287.73 | 0.82 | 0.58 |
| Hex | C8 | 3C | EC | F | 4B | 0 | 7 | 120 | 52 | 3A |
| Octal | 310 | 74 | 354 | 17 | 113 | 0 | 7 | 440 | 122 | 72 |
| Binary | 11001000 | 111100 | 11101100 | 1111 | 1001011 | 0 | 111 | 100100000 | 1010010 | 111010 |
Color Harmonies of #C83CEC
Complementary color
Monochromatic Colors of #C83CEC
Black with #C83CEC
Text Example
Text Example
White with #C83CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CEC; }
p { color: rgb(200,60,236); }
H1.HeaderClassName
{
color: #C83CEC;
}
.AnyTagClassName
{
color: #C83CEC;
}
</style>
background-color css
<style>
a { background-color: #C83CEC; }
a { background-color: rgb(200,60,236); }
div.DivClassName
{
background-color: #C83CEC;
}
.BgClassName
{
background-color: #C83CEC;
}
</style>
border-color css
<style>
span { border-color: #C83CEC; }
span { border-color: rgb(200,60,236); }
td.TdClassName
{
border-color: #C83CEC;
}
.TagClassName
{
border-color: #C83CEC;
}
</style>