Shades of Medium Orchid #C838ED
Tints of Medium Orchid #C838ED
RGB
CMYK
RGB Variations
Color information
#C838ED (or 0xC838ED) is known color: Medium Orchid. HEX triplet: C8, 38 and ED. RGB value is (200,56,237). Sum of RGB (Red+Green+Blue) = 200+56+237=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 56 (22.27% from 255 or 11.36% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #C838ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C838ED is #37C712. Grayscale: #777777. Windows color (decimal): -3655443 or 15546568. OLE color: 15546568.
HSL color Cylindrical-coordinate representation of color #C838ED: hue angle of 287.73º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C838ED is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 56 | 237 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.07 |
| HSL | 287.73º | 0.83% | 0.57% | - |
| HSV(B) | 287.73º | 0.76% | 0.93% | - |
| XYZ | 40.52 | 21.22 | 82.08 | - |
| YUV | 119.69 | 194.21 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 237 | 0.16 | 0.76 | 0 | 0.07 | 287.73 | 0.83 | 0.57 |
| Hex | C8 | 38 | ED | 10 | 4C | 0 | 7 | 120 | 53 | 39 |
| Octal | 310 | 70 | 355 | 20 | 114 | 0 | 7 | 440 | 123 | 71 |
| Binary | 11001000 | 111000 | 11101101 | 10000 | 1001100 | 0 | 111 | 100100000 | 1010011 | 111001 |
Color Harmonies of #C838ED
Complementary color
Monochromatic Colors of #C838ED
Black with #C838ED
Text Example
Text Example
White with #C838ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C838ED; }
p { color: rgb(200,56,237); }
H1.HeaderClassName
{
color: #C838ED;
}
.AnyTagClassName
{
color: #C838ED;
}
</style>
background-color css
<style>
a { background-color: #C838ED; }
a { background-color: rgb(200,56,237); }
div.DivClassName
{
background-color: #C838ED;
}
.BgClassName
{
background-color: #C838ED;
}
</style>
border-color css
<style>
span { border-color: #C838ED; }
span { border-color: rgb(200,56,237); }
td.TdClassName
{
border-color: #C838ED;
}
.TagClassName
{
border-color: #C838ED;
}
</style>