Shades of Medium Orchid #C855EC
Tints of Medium Orchid #C855EC
RGB
CMYK
RGB Variations
Color information
#C855EC (or 0xC855EC) is known color: Medium Orchid. HEX triplet: C8, 55 and EC. RGB value is (200,85,236). Sum of RGB (Red+Green+Blue) = 200+85+236=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #C855EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C855EC is #37AA13. Grayscale: #888888. Windows color (decimal): -3648020 or 15488456. OLE color: 15488456.
HSL color Cylindrical-coordinate representation of color #C855EC: hue angle of 285.7º degrees, saturation: 0.8, 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 #C855EC is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 85 | 236 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.07 |
| HSL | 285.7º | 0.8% | 0.63% | - |
| HSV(B) | 285.7º | 0.64% | 0.93% | - |
| XYZ | 42.21 | 24.83 | 81.93 | - |
| YUV | 136.6 | 184.1 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 236 | 0.15 | 0.64 | 0 | 0.07 | 285.7 | 0.8 | 0.63 |
| Hex | C8 | 55 | EC | F | 40 | 0 | 7 | 11E | 50 | 3F |
| Octal | 310 | 125 | 354 | 17 | 100 | 0 | 7 | 436 | 120 | 77 |
| Binary | 11001000 | 1010101 | 11101100 | 1111 | 1000000 | 0 | 111 | 100011110 | 1010000 | 111111 |
Color Harmonies of #C855EC
Complementary color
Monochromatic Colors of #C855EC
Black with #C855EC
Text Example
Text Example
White with #C855EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855EC; }
p { color: rgb(200,85,236); }
H1.HeaderClassName
{
color: #C855EC;
}
.AnyTagClassName
{
color: #C855EC;
}
</style>
background-color css
<style>
a { background-color: #C855EC; }
a { background-color: rgb(200,85,236); }
div.DivClassName
{
background-color: #C855EC;
}
.BgClassName
{
background-color: #C855EC;
}
</style>
border-color css
<style>
span { border-color: #C855EC; }
span { border-color: rgb(200,85,236); }
td.TdClassName
{
border-color: #C855EC;
}
.TagClassName
{
border-color: #C855EC;
}
</style>