Shades of Medium Orchid #CB5EEC
Tints of Medium Orchid #CB5EEC
RGB
CMYK
RGB Variations
Color information
#CB5EEC (or 0xCB5EEC) is known color: Medium Orchid. HEX triplet: CB, 5E and EC. RGB value is (203,94,236). Sum of RGB (Red+Green+Blue) = 203+94+236=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB5EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5EEC is #34A113. Grayscale: #8E8E8E. Windows color (decimal): -3449108 or 15490763. OLE color: 15490763.
HSL color Cylindrical-coordinate representation of color #CB5EEC: hue angle of 286.06º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5EEC is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 94 | 236 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.07 |
| HSL | 286.06º | 0.79% | 0.65% | - |
| HSV(B) | 286.06º | 0.6% | 0.93% | - |
| XYZ | 43.77 | 26.76 | 82.21 | - |
| YUV | 142.78 | 180.61 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 236 | 0.14 | 0.60 | 0 | 0.07 | 286.06 | 0.79 | 0.65 |
| Hex | CB | 5E | EC | E | 3C | 0 | 7 | 11E | 4F | 41 |
| Octal | 313 | 136 | 354 | 16 | 74 | 0 | 7 | 436 | 117 | 101 |
| Binary | 11001011 | 1011110 | 11101100 | 1110 | 111100 | 0 | 111 | 100011110 | 1001111 | 1000001 |
Color Harmonies of #CB5EEC
Complementary color
Monochromatic Colors of #CB5EEC
Black with #CB5EEC
Text Example
Text Example
White with #CB5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5EEC; }
p { color: rgb(203,94,236); }
H1.HeaderClassName
{
color: #CB5EEC;
}
.AnyTagClassName
{
color: #CB5EEC;
}
</style>
background-color css
<style>
a { background-color: #CB5EEC; }
a { background-color: rgb(203,94,236); }
div.DivClassName
{
background-color: #CB5EEC;
}
.BgClassName
{
background-color: #CB5EEC;
}
</style>
border-color css
<style>
span { border-color: #CB5EEC; }
span { border-color: rgb(203,94,236); }
td.TdClassName
{
border-color: #CB5EEC;
}
.TagClassName
{
border-color: #CB5EEC;
}
</style>