Shades of Medium Orchid #CB48EC
Tints of Medium Orchid #CB48EC
RGB
CMYK
RGB Variations
Color information
#CB48EC (or 0xCB48EC) is known color: Medium Orchid. HEX triplet: CB, 48 and EC. RGB value is (203,72,236). Sum of RGB (Red+Green+Blue) = 203+72+236=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB48EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB48EC is #34B713. Grayscale: #818181. Windows color (decimal): -3454740 or 15485131. OLE color: 15485131.
HSL color Cylindrical-coordinate representation of color #CB48EC: hue angle of 287.93º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB48EC is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 72 | 236 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.07 |
| HSL | 287.93º | 0.81% | 0.6% | - |
| HSV(B) | 287.93º | 0.69% | 0.93% | - |
| XYZ | 42.09 | 23.39 | 81.65 | - |
| YUV | 129.87 | 187.9 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 236 | 0.14 | 0.69 | 0 | 0.07 | 287.93 | 0.81 | 0.6 |
| Hex | CB | 48 | EC | E | 45 | 0 | 7 | 120 | 51 | 3C |
| Octal | 313 | 110 | 354 | 16 | 105 | 0 | 7 | 440 | 121 | 74 |
| Binary | 11001011 | 1001000 | 11101100 | 1110 | 1000101 | 0 | 111 | 100100000 | 1010001 | 111100 |
Color Harmonies of #CB48EC
Complementary color
Monochromatic Colors of #CB48EC
Black with #CB48EC
Text Example
Text Example
White with #CB48EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB48EC; }
p { color: rgb(203,72,236); }
H1.HeaderClassName
{
color: #CB48EC;
}
.AnyTagClassName
{
color: #CB48EC;
}
</style>
background-color css
<style>
a { background-color: #CB48EC; }
a { background-color: rgb(203,72,236); }
div.DivClassName
{
background-color: #CB48EC;
}
.BgClassName
{
background-color: #CB48EC;
}
</style>
border-color css
<style>
span { border-color: #CB48EC; }
span { border-color: rgb(203,72,236); }
td.TdClassName
{
border-color: #CB48EC;
}
.TagClassName
{
border-color: #CB48EC;
}
</style>