Shades of Medium Orchid #CB49EC
Tints of Medium Orchid #CB49EC
RGB
CMYK
RGB Variations
Color information
#CB49EC (or 0xCB49EC) is known color: Medium Orchid. HEX triplet: CB, 49 and EC. RGB value is (203,73,236). Sum of RGB (Red+Green+Blue) = 203+73+236=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB49EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB49EC is #34B613. Grayscale: #818181. Windows color (decimal): -3454484 or 15485387. OLE color: 15485387.
HSL color Cylindrical-coordinate representation of color #CB49EC: hue angle of 287.85º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB49EC is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 73 | 236 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.07 |
| HSL | 287.85º | 0.81% | 0.61% | - |
| HSV(B) | 287.85º | 0.69% | 0.93% | - |
| XYZ | 42.15 | 23.52 | 81.67 | - |
| YUV | 130.45 | 187.57 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 236 | 0.14 | 0.69 | 0 | 0.07 | 287.85 | 0.81 | 0.61 |
| Hex | CB | 49 | EC | E | 45 | 0 | 7 | 120 | 51 | 3D |
| Octal | 313 | 111 | 354 | 16 | 105 | 0 | 7 | 440 | 121 | 75 |
| Binary | 11001011 | 1001001 | 11101100 | 1110 | 1000101 | 0 | 111 | 100100000 | 1010001 | 111101 |
Color Harmonies of #CB49EC
Complementary color
Monochromatic Colors of #CB49EC
Black with #CB49EC
Text Example
Text Example
White with #CB49EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49EC; }
p { color: rgb(203,73,236); }
H1.HeaderClassName
{
color: #CB49EC;
}
.AnyTagClassName
{
color: #CB49EC;
}
</style>
background-color css
<style>
a { background-color: #CB49EC; }
a { background-color: rgb(203,73,236); }
div.DivClassName
{
background-color: #CB49EC;
}
.BgClassName
{
background-color: #CB49EC;
}
</style>
border-color css
<style>
span { border-color: #CB49EC; }
span { border-color: rgb(203,73,236); }
td.TdClassName
{
border-color: #CB49EC;
}
.TagClassName
{
border-color: #CB49EC;
}
</style>