Shades of Medium Orchid #C855ED
Tints of Medium Orchid #C855ED
RGB
CMYK
RGB Variations
Color information
#C855ED (or 0xC855ED) is known color: Medium Orchid. HEX triplet: C8, 55 and ED. RGB value is (200,85,237). Sum of RGB (Red+Green+Blue) = 200+85+237=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #C855ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C855ED is #37AA12. Grayscale: #888888. Windows color (decimal): -3648019 or 15553992. OLE color: 15553992.
HSL color Cylindrical-coordinate representation of color #C855ED: hue angle of 285.39º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C855ED is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 85 | 237 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.07 |
| HSL | 285.39º | 0.81% | 0.63% | - |
| HSV(B) | 285.39º | 0.64% | 0.93% | - |
| XYZ | 42.35 | 24.89 | 82.69 | - |
| YUV | 136.71 | 184.6 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 237 | 0.16 | 0.64 | 0 | 0.07 | 285.39 | 0.81 | 0.63 |
| Hex | C8 | 55 | ED | 10 | 40 | 0 | 7 | 11D | 51 | 3F |
| Octal | 310 | 125 | 355 | 20 | 100 | 0 | 7 | 435 | 121 | 77 |
| Binary | 11001000 | 1010101 | 11101101 | 10000 | 1000000 | 0 | 111 | 100011101 | 1010001 | 111111 |
Color Harmonies of #C855ED
Complementary color
Monochromatic Colors of #C855ED
Black with #C855ED
Text Example
Text Example
White with #C855ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855ED; }
p { color: rgb(200,85,237); }
H1.HeaderClassName
{
color: #C855ED;
}
.AnyTagClassName
{
color: #C855ED;
}
</style>
background-color css
<style>
a { background-color: #C855ED; }
a { background-color: rgb(200,85,237); }
div.DivClassName
{
background-color: #C855ED;
}
.BgClassName
{
background-color: #C855ED;
}
</style>
border-color css
<style>
span { border-color: #C855ED; }
span { border-color: rgb(200,85,237); }
td.TdClassName
{
border-color: #C855ED;
}
.TagClassName
{
border-color: #C855ED;
}
</style>