Shades of Medium Orchid #CB5EE1
Tints of Medium Orchid #CB5EE1
RGB
CMYK
RGB Variations
Color information
#CB5EE1 (or 0xCB5EE1) is known color: Medium Orchid. HEX triplet: CB, 5E and E1. RGB value is (203,94,225). Sum of RGB (Red+Green+Blue) = 203+94+225=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB5EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EE1 is #34A11E. Grayscale: #8D8D8D. Windows color (decimal): -3449119 or 14769867. OLE color: 14769867.
HSL color Cylindrical-coordinate representation of color #CB5EE1: hue angle of 289.92º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5EE1 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 94 | 225 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.12 |
| HSL | 289.92º | 0.69% | 0.63% | - |
| HSV(B) | 289.92º | 0.58% | 0.88% | - |
| XYZ | 42.22 | 26.14 | 74.05 | - |
| YUV | 141.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 225 | 0.10 | 0.58 | 0 | 0.12 | 289.92 | 0.69 | 0.63 |
| Hex | CB | 5E | E1 | A | 3A | 0 | C | 122 | 45 | 3F |
| Octal | 313 | 136 | 341 | 12 | 72 | 0 | 14 | 442 | 105 | 77 |
| Binary | 11001011 | 1011110 | 11100001 | 1010 | 111010 | 0 | 1100 | 100100010 | 1000101 | 111111 |
Color Harmonies of #CB5EE1
Complementary color
Monochromatic Colors of #CB5EE1
Black with #CB5EE1
Text Example
Text Example
White with #CB5EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5EE1; }
p { color: rgb(203,94,225); }
H1.HeaderClassName
{
color: #CB5EE1;
}
.AnyTagClassName
{
color: #CB5EE1;
}
</style>
background-color css
<style>
a { background-color: #CB5EE1; }
a { background-color: rgb(203,94,225); }
div.DivClassName
{
background-color: #CB5EE1;
}
.BgClassName
{
background-color: #CB5EE1;
}
</style>
border-color css
<style>
span { border-color: #CB5EE1; }
span { border-color: rgb(203,94,225); }
td.TdClassName
{
border-color: #CB5EE1;
}
.TagClassName
{
border-color: #CB5EE1;
}
</style>