Shades of Medium Orchid #C855EF
Tints of Medium Orchid #C855EF
RGB
CMYK
RGB Variations
Color information
#C855EF (or 0xC855EF) is known color: Medium Orchid. HEX triplet: C8, 55 and EF. RGB value is (200,85,239). Sum of RGB (Red+Green+Blue) = 200+85+239=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #C855EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C855EF is #37AA10. Grayscale: #888888. Windows color (decimal): -3648017 or 15685064. OLE color: 15685064.
HSL color Cylindrical-coordinate representation of color #C855EF: hue angle of 284.81º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C855EF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 85 | 239 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.06 |
| HSL | 284.81º | 0.83% | 0.64% | - |
| HSV(B) | 284.81º | 0.64% | 0.94% | - |
| XYZ | 42.65 | 25.01 | 84.24 | - |
| YUV | 136.94 | 185.6 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 239 | 0.16 | 0.64 | 0 | 0.06 | 284.81 | 0.83 | 0.64 |
| Hex | C8 | 55 | EF | 10 | 40 | 0 | 6 | 11D | 53 | 40 |
| Octal | 310 | 125 | 357 | 20 | 100 | 0 | 6 | 435 | 123 | 100 |
| Binary | 11001000 | 1010101 | 11101111 | 10000 | 1000000 | 0 | 110 | 100011101 | 1010011 | 1000000 |
Color Harmonies of #C855EF
Complementary color
Monochromatic Colors of #C855EF
Black with #C855EF
Text Example
Text Example
White with #C855EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855EF; }
p { color: rgb(200,85,239); }
H1.HeaderClassName
{
color: #C855EF;
}
.AnyTagClassName
{
color: #C855EF;
}
</style>
background-color css
<style>
a { background-color: #C855EF; }
a { background-color: rgb(200,85,239); }
div.DivClassName
{
background-color: #C855EF;
}
.BgClassName
{
background-color: #C855EF;
}
</style>
border-color css
<style>
span { border-color: #C855EF; }
span { border-color: rgb(200,85,239); }
td.TdClassName
{
border-color: #C855EF;
}
.TagClassName
{
border-color: #C855EF;
}
</style>