Shades of Medium Orchid #C83EEB
Tints of Medium Orchid #C83EEB
RGB
CMYK
RGB Variations
Color information
#C83EEB (or 0xC83EEB) is known color: Medium Orchid. HEX triplet: C8, 3E and EB. RGB value is (200,62,235). Sum of RGB (Red+Green+Blue) = 200+62+235=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 62 (24.61% from 255 or 12.47% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #C83EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83EEB is #37C114. Grayscale: #7A7A7A. Windows color (decimal): -3653909 or 15417032. OLE color: 15417032.
HSL color Cylindrical-coordinate representation of color #C83EEB: hue angle of 287.86º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83EEB is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 62 | 235 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.08 |
| HSL | 287.86º | 0.81% | 0.58% | - |
| HSV(B) | 287.86º | 0.74% | 0.92% | - |
| XYZ | 40.54 | 21.72 | 80.65 | - |
| YUV | 122.98 | 191.22 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 235 | 0.15 | 0.74 | 0 | 0.08 | 287.86 | 0.81 | 0.58 |
| Hex | C8 | 3E | EB | F | 4A | 0 | 8 | 120 | 51 | 3A |
| Octal | 310 | 76 | 353 | 17 | 112 | 0 | 10 | 440 | 121 | 72 |
| Binary | 11001000 | 111110 | 11101011 | 1111 | 1001010 | 0 | 1000 | 100100000 | 1010001 | 111010 |
Color Harmonies of #C83EEB
Complementary color
Monochromatic Colors of #C83EEB
Black with #C83EEB
Text Example
Text Example
White with #C83EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83EEB; }
p { color: rgb(200,62,235); }
H1.HeaderClassName
{
color: #C83EEB;
}
.AnyTagClassName
{
color: #C83EEB;
}
</style>
background-color css
<style>
a { background-color: #C83EEB; }
a { background-color: rgb(200,62,235); }
div.DivClassName
{
background-color: #C83EEB;
}
.BgClassName
{
background-color: #C83EEB;
}
</style>
border-color css
<style>
span { border-color: #C83EEB; }
span { border-color: rgb(200,62,235); }
td.TdClassName
{
border-color: #C83EEB;
}
.TagClassName
{
border-color: #C83EEB;
}
</style>