Shades of Medium Orchid #CB47EC
Tints of Medium Orchid #CB47EC
RGB
CMYK
RGB Variations
Color information
#CB47EC (or 0xCB47EC) is known color: Medium Orchid. HEX triplet: CB, 47 and EC. RGB value is (203,71,236). Sum of RGB (Red+Green+Blue) = 203+71+236=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB47EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB47EC is #34B813. Grayscale: #808080. Windows color (decimal): -3454996 or 15484875. OLE color: 15484875.
HSL color Cylindrical-coordinate representation of color #CB47EC: hue angle of 288º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB47EC is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 71 | 236 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.07 |
| HSL | 288º | 0.81% | 0.6% | - |
| HSV(B) | 288º | 0.7% | 0.93% | - |
| XYZ | 42.02 | 23.26 | 81.63 | - |
| YUV | 129.28 | 188.23 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 236 | 0.14 | 0.70 | 0 | 0.07 | 288 | 0.81 | 0.6 |
| Hex | CB | 47 | EC | E | 46 | 0 | 7 | 120 | 51 | 3C |
| Octal | 313 | 107 | 354 | 16 | 106 | 0 | 7 | 440 | 121 | 74 |
| Binary | 11001011 | 1000111 | 11101100 | 1110 | 1000110 | 0 | 111 | 100100000 | 1010001 | 111100 |
Color Harmonies of #CB47EC
Complementary color
Monochromatic Colors of #CB47EC
Black with #CB47EC
Text Example
Text Example
White with #CB47EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47EC; }
p { color: rgb(203,71,236); }
H1.HeaderClassName
{
color: #CB47EC;
}
.AnyTagClassName
{
color: #CB47EC;
}
</style>
background-color css
<style>
a { background-color: #CB47EC; }
a { background-color: rgb(203,71,236); }
div.DivClassName
{
background-color: #CB47EC;
}
.BgClassName
{
background-color: #CB47EC;
}
</style>
border-color css
<style>
span { border-color: #CB47EC; }
span { border-color: rgb(203,71,236); }
td.TdClassName
{
border-color: #CB47EC;
}
.TagClassName
{
border-color: #CB47EC;
}
</style>