Shades of Medium Orchid #CB56EC
Tints of Medium Orchid #CB56EC
RGB
CMYK
RGB Variations
Color information
#CB56EC (or 0xCB56EC) is known color: Medium Orchid. HEX triplet: CB, 56 and EC. RGB value is (203,86,236). Sum of RGB (Red+Green+Blue) = 203+86+236=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 86 (33.98% from 255 or 16.38% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB56EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB56EC is #34A913. Grayscale: #898989. Windows color (decimal): -3451156 or 15488715. OLE color: 15488715.
HSL color Cylindrical-coordinate representation of color #CB56EC: hue angle of 286.8º 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 #CB56EC is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 86 | 236 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.07 |
| HSL | 286.8º | 0.8% | 0.63% | - |
| HSV(B) | 286.8º | 0.64% | 0.93% | - |
| XYZ | 43.1 | 25.41 | 81.99 | - |
| YUV | 138.08 | 183.26 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 236 | 0.14 | 0.64 | 0 | 0.07 | 286.8 | 0.8 | 0.63 |
| Hex | CB | 56 | EC | E | 40 | 0 | 7 | 11F | 50 | 3F |
| Octal | 313 | 126 | 354 | 16 | 100 | 0 | 7 | 437 | 120 | 77 |
| Binary | 11001011 | 1010110 | 11101100 | 1110 | 1000000 | 0 | 111 | 100011111 | 1010000 | 111111 |
Color Harmonies of #CB56EC
Complementary color
Monochromatic Colors of #CB56EC
Black with #CB56EC
Text Example
Text Example
White with #CB56EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB56EC; }
p { color: rgb(203,86,236); }
H1.HeaderClassName
{
color: #CB56EC;
}
.AnyTagClassName
{
color: #CB56EC;
}
</style>
background-color css
<style>
a { background-color: #CB56EC; }
a { background-color: rgb(203,86,236); }
div.DivClassName
{
background-color: #CB56EC;
}
.BgClassName
{
background-color: #CB56EC;
}
</style>
border-color css
<style>
span { border-color: #CB56EC; }
span { border-color: rgb(203,86,236); }
td.TdClassName
{
border-color: #CB56EC;
}
.TagClassName
{
border-color: #CB56EC;
}
</style>