Shades of Medium Orchid #C83BEA
Tints of Medium Orchid #C83BEA
RGB
CMYK
RGB Variations
Color information
#C83BEA (or 0xC83BEA) is known color: Medium Orchid. HEX triplet: C8, 3B and EA. RGB value is (200,59,234). Sum of RGB (Red+Green+Blue) = 200+59+234=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #C83BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83BEA is #37C415. Grayscale: #787878. Windows color (decimal): -3654678 or 15350728. OLE color: 15350728.
HSL color Cylindrical-coordinate representation of color #C83BEA: hue angle of 288.34º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83BEA is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 59 | 234 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.08 |
| HSL | 288.34º | 0.81% | 0.57% | - |
| HSV(B) | 288.34º | 0.75% | 0.92% | - |
| XYZ | 40.23 | 21.35 | 79.84 | - |
| YUV | 121.11 | 191.71 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 234 | 0.15 | 0.75 | 0 | 0.08 | 288.34 | 0.81 | 0.57 |
| Hex | C8 | 3B | EA | F | 4B | 0 | 8 | 120 | 51 | 39 |
| Octal | 310 | 73 | 352 | 17 | 113 | 0 | 10 | 440 | 121 | 71 |
| Binary | 11001000 | 111011 | 11101010 | 1111 | 1001011 | 0 | 1000 | 100100000 | 1010001 | 111001 |
Color Harmonies of #C83BEA
Complementary color
Monochromatic Colors of #C83BEA
Black with #C83BEA
Text Example
Text Example
White with #C83BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83BEA; }
p { color: rgb(200,59,234); }
H1.HeaderClassName
{
color: #C83BEA;
}
.AnyTagClassName
{
color: #C83BEA;
}
</style>
background-color css
<style>
a { background-color: #C83BEA; }
a { background-color: rgb(200,59,234); }
div.DivClassName
{
background-color: #C83BEA;
}
.BgClassName
{
background-color: #C83BEA;
}
</style>
border-color css
<style>
span { border-color: #C83BEA; }
span { border-color: rgb(200,59,234); }
td.TdClassName
{
border-color: #C83BEA;
}
.TagClassName
{
border-color: #C83BEA;
}
</style>