Shades of Medium Orchid #C83CED
Tints of Medium Orchid #C83CED
RGB
CMYK
RGB Variations
Color information
#C83CED (or 0xC83CED) is known color: Medium Orchid. HEX triplet: C8, 3C and ED. RGB value is (200,60,237). Sum of RGB (Red+Green+Blue) = 200+60+237=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #C83CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83CED is #37C312. Grayscale: #797979. Windows color (decimal): -3654419 or 15547592. OLE color: 15547592.
HSL color Cylindrical-coordinate representation of color #C83CED: hue angle of 287.46º 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 #C83CED is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 60 | 237 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.07 |
| HSL | 287.46º | 0.83% | 0.58% | - |
| HSV(B) | 287.46º | 0.75% | 0.93% | - |
| XYZ | 40.72 | 21.63 | 82.15 | - |
| YUV | 122.04 | 192.88 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 237 | 0.16 | 0.75 | 0 | 0.07 | 287.46 | 0.83 | 0.58 |
| Hex | C8 | 3C | ED | 10 | 4B | 0 | 7 | 11F | 53 | 3A |
| Octal | 310 | 74 | 355 | 20 | 113 | 0 | 7 | 437 | 123 | 72 |
| Binary | 11001000 | 111100 | 11101101 | 10000 | 1001011 | 0 | 111 | 100011111 | 1010011 | 111010 |
Color Harmonies of #C83CED
Complementary color
Monochromatic Colors of #C83CED
Black with #C83CED
Text Example
Text Example
White with #C83CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CED; }
p { color: rgb(200,60,237); }
H1.HeaderClassName
{
color: #C83CED;
}
.AnyTagClassName
{
color: #C83CED;
}
</style>
background-color css
<style>
a { background-color: #C83CED; }
a { background-color: rgb(200,60,237); }
div.DivClassName
{
background-color: #C83CED;
}
.BgClassName
{
background-color: #C83CED;
}
</style>
border-color css
<style>
span { border-color: #C83CED; }
span { border-color: rgb(200,60,237); }
td.TdClassName
{
border-color: #C83CED;
}
.TagClassName
{
border-color: #C83CED;
}
</style>