Shades of Medium Orchid #C83BED
Tints of Medium Orchid #C83BED
RGB
CMYK
RGB Variations
Color information
#C83BED (or 0xC83BED) is known color: Medium Orchid. HEX triplet: C8, 3B and ED. RGB value is (200,59,237). Sum of RGB (Red+Green+Blue) = 200+59+237=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 59 (23.44% from 255 or 11.90% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #C83BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83BED is #37C412. Grayscale: #787878. Windows color (decimal): -3654675 or 15547336. OLE color: 15547336.
HSL color Cylindrical-coordinate representation of color #C83BED: hue angle of 287.53º degrees, saturation: 0.83, 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 #C83BED is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 59 | 237 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.07 |
| HSL | 287.53º | 0.83% | 0.58% | - |
| HSV(B) | 287.53º | 0.75% | 0.93% | - |
| XYZ | 40.67 | 21.52 | 82.13 | - |
| YUV | 121.45 | 193.21 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 237 | 0.16 | 0.75 | 0 | 0.07 | 287.53 | 0.83 | 0.58 |
| Hex | C8 | 3B | ED | 10 | 4B | 0 | 7 | 120 | 53 | 3A |
| Octal | 310 | 73 | 355 | 20 | 113 | 0 | 7 | 440 | 123 | 72 |
| Binary | 11001000 | 111011 | 11101101 | 10000 | 1001011 | 0 | 111 | 100100000 | 1010011 | 111010 |
Color Harmonies of #C83BED
Complementary color
Monochromatic Colors of #C83BED
Black with #C83BED
Text Example
Text Example
White with #C83BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83BED; }
p { color: rgb(200,59,237); }
H1.HeaderClassName
{
color: #C83BED;
}
.AnyTagClassName
{
color: #C83BED;
}
</style>
background-color css
<style>
a { background-color: #C83BED; }
a { background-color: rgb(200,59,237); }
div.DivClassName
{
background-color: #C83BED;
}
.BgClassName
{
background-color: #C83BED;
}
</style>
border-color css
<style>
span { border-color: #C83BED; }
span { border-color: rgb(200,59,237); }
td.TdClassName
{
border-color: #C83BED;
}
.TagClassName
{
border-color: #C83BED;
}
</style>