Shades of Medium Orchid #C83CEB
Tints of Medium Orchid #C83CEB
RGB
CMYK
RGB Variations
Color information
#C83CEB (or 0xC83CEB) is known color: Medium Orchid. HEX triplet: C8, 3C and EB. RGB value is (200,60,235). Sum of RGB (Red+Green+Blue) = 200+60+235=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #C83CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83CEB is #37C314. Grayscale: #797979. Windows color (decimal): -3654421 or 15416520. OLE color: 15416520.
HSL color Cylindrical-coordinate representation of color #C83CEB: hue angle of 288º 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 #C83CEB is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 60 | 235 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.08 |
| HSL | 288º | 0.81% | 0.58% | - |
| HSV(B) | 288º | 0.74% | 0.92% | - |
| XYZ | 40.43 | 21.51 | 80.62 | - |
| YUV | 121.81 | 191.88 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 235 | 0.15 | 0.74 | 0 | 0.08 | 288 | 0.81 | 0.58 |
| Hex | C8 | 3C | EB | F | 4A | 0 | 8 | 120 | 51 | 3A |
| Octal | 310 | 74 | 353 | 17 | 112 | 0 | 10 | 440 | 121 | 72 |
| Binary | 11001000 | 111100 | 11101011 | 1111 | 1001010 | 0 | 1000 | 100100000 | 1010001 | 111010 |
Color Harmonies of #C83CEB
Complementary color
Monochromatic Colors of #C83CEB
Black with #C83CEB
Text Example
Text Example
White with #C83CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CEB; }
p { color: rgb(200,60,235); }
H1.HeaderClassName
{
color: #C83CEB;
}
.AnyTagClassName
{
color: #C83CEB;
}
</style>
background-color css
<style>
a { background-color: #C83CEB; }
a { background-color: rgb(200,60,235); }
div.DivClassName
{
background-color: #C83CEB;
}
.BgClassName
{
background-color: #C83CEB;
}
</style>
border-color css
<style>
span { border-color: #C83CEB; }
span { border-color: rgb(200,60,235); }
td.TdClassName
{
border-color: #C83CEB;
}
.TagClassName
{
border-color: #C83CEB;
}
</style>