Shades of Medium Orchid #CB47E9
Tints of Medium Orchid #CB47E9
RGB
CMYK
RGB Variations
Color information
#CB47E9 (or 0xCB47E9) is known color: Medium Orchid. HEX triplet: CB, 47 and E9. RGB value is (203,71,233). Sum of RGB (Red+Green+Blue) = 203+71+233=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB47E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB47E9 is #34B816. Grayscale: #808080. Windows color (decimal): -3454999 or 15288267. OLE color: 15288267.
HSL color Cylindrical-coordinate representation of color #CB47E9: hue angle of 288.89º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB47E9 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 71 | 233 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.09 |
| HSL | 288.89º | 0.79% | 0.6% | - |
| HSV(B) | 288.89º | 0.7% | 0.91% | - |
| XYZ | 41.59 | 23.09 | 79.35 | - |
| YUV | 128.94 | 186.73 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 233 | 0.13 | 0.70 | 0 | 0.09 | 288.89 | 0.79 | 0.6 |
| Hex | CB | 47 | E9 | D | 46 | 0 | 9 | 121 | 4F | 3C |
| Octal | 313 | 107 | 351 | 15 | 106 | 0 | 11 | 441 | 117 | 74 |
| Binary | 11001011 | 1000111 | 11101001 | 1101 | 1000110 | 0 | 1001 | 100100001 | 1001111 | 111100 |
Color Harmonies of #CB47E9
Complementary color
Monochromatic Colors of #CB47E9
Black with #CB47E9
Text Example
Text Example
White with #CB47E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47E9; }
p { color: rgb(203,71,233); }
H1.HeaderClassName
{
color: #CB47E9;
}
.AnyTagClassName
{
color: #CB47E9;
}
</style>
background-color css
<style>
a { background-color: #CB47E9; }
a { background-color: rgb(203,71,233); }
div.DivClassName
{
background-color: #CB47E9;
}
.BgClassName
{
background-color: #CB47E9;
}
</style>
border-color css
<style>
span { border-color: #CB47E9; }
span { border-color: rgb(203,71,233); }
td.TdClassName
{
border-color: #CB47E9;
}
.TagClassName
{
border-color: #CB47E9;
}
</style>