Shades of Medium Orchid #C83AEC
Tints of Medium Orchid #C83AEC
RGB
CMYK
RGB Variations
Color information
#C83AEC (or 0xC83AEC) is known color: Medium Orchid. HEX triplet: C8, 3A and EC. RGB value is (200,58,236). Sum of RGB (Red+Green+Blue) = 200+58+236=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #C83AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83AEC is #37C513. Grayscale: #787878. Windows color (decimal): -3654932 or 15481544. OLE color: 15481544.
HSL color Cylindrical-coordinate representation of color #C83AEC: hue angle of 287.87º 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 #C83AEC is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 58 | 236 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.07 |
| HSL | 287.87º | 0.82% | 0.58% | - |
| HSV(B) | 287.87º | 0.75% | 0.93% | - |
| XYZ | 40.47 | 21.36 | 81.35 | - |
| YUV | 120.75 | 193.04 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 236 | 0.15 | 0.75 | 0 | 0.07 | 287.87 | 0.82 | 0.58 |
| Hex | C8 | 3A | EC | F | 4B | 0 | 7 | 120 | 52 | 3A |
| Octal | 310 | 72 | 354 | 17 | 113 | 0 | 7 | 440 | 122 | 72 |
| Binary | 11001000 | 111010 | 11101100 | 1111 | 1001011 | 0 | 111 | 100100000 | 1010010 | 111010 |
Color Harmonies of #C83AEC
Complementary color
Monochromatic Colors of #C83AEC
Black with #C83AEC
Text Example
Text Example
White with #C83AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AEC; }
p { color: rgb(200,58,236); }
H1.HeaderClassName
{
color: #C83AEC;
}
.AnyTagClassName
{
color: #C83AEC;
}
</style>
background-color css
<style>
a { background-color: #C83AEC; }
a { background-color: rgb(200,58,236); }
div.DivClassName
{
background-color: #C83AEC;
}
.BgClassName
{
background-color: #C83AEC;
}
</style>
border-color css
<style>
span { border-color: #C83AEC; }
span { border-color: rgb(200,58,236); }
td.TdClassName
{
border-color: #C83AEC;
}
.TagClassName
{
border-color: #C83AEC;
}
</style>