Shades of Medium Orchid #CB5EE9
Tints of Medium Orchid #CB5EE9
RGB
CMYK
RGB Variations
Color information
#CB5EE9 (or 0xCB5EE9) is known color: Medium Orchid. HEX triplet: CB, 5E and E9. RGB value is (203,94,233). Sum of RGB (Red+Green+Blue) = 203+94+233=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB5EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5EE9 is #34A116. Grayscale: #8D8D8D. Windows color (decimal): -3449111 or 15294155. OLE color: 15294155.
HSL color Cylindrical-coordinate representation of color #CB5EE9: hue angle of 287.05º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5EE9 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 94 | 233 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.09 |
| HSL | 287.05º | 0.76% | 0.64% | - |
| HSV(B) | 287.05º | 0.6% | 0.91% | - |
| XYZ | 43.34 | 26.59 | 79.94 | - |
| YUV | 142.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 233 | 0.13 | 0.60 | 0 | 0.09 | 287.05 | 0.76 | 0.64 |
| Hex | CB | 5E | E9 | D | 3C | 0 | 9 | 11F | 4C | 40 |
| Octal | 313 | 136 | 351 | 15 | 74 | 0 | 11 | 437 | 114 | 100 |
| Binary | 11001011 | 1011110 | 11101001 | 1101 | 111100 | 0 | 1001 | 100011111 | 1001100 | 1000000 |
Color Harmonies of #CB5EE9
Complementary color
Monochromatic Colors of #CB5EE9
Black with #CB5EE9
Text Example
Text Example
White with #CB5EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5EE9; }
p { color: rgb(203,94,233); }
H1.HeaderClassName
{
color: #CB5EE9;
}
.AnyTagClassName
{
color: #CB5EE9;
}
</style>
background-color css
<style>
a { background-color: #CB5EE9; }
a { background-color: rgb(203,94,233); }
div.DivClassName
{
background-color: #CB5EE9;
}
.BgClassName
{
background-color: #CB5EE9;
}
</style>
border-color css
<style>
span { border-color: #CB5EE9; }
span { border-color: rgb(203,94,233); }
td.TdClassName
{
border-color: #CB5EE9;
}
.TagClassName
{
border-color: #CB5EE9;
}
</style>