Shades of Medium Orchid #CB2EE3
Tints of Medium Orchid #CB2EE3
RGB
CMYK
RGB Variations
Color information
#CB2EE3 (or 0xCB2EE3) is known color: Medium Orchid. HEX triplet: CB, 2E and E3. RGB value is (203,46,227). Sum of RGB (Red+Green+Blue) = 203+46+227=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 227 (89.06% from 255 or 47.69% from 476); Max value from RGB is 227 - color contains mainly: blue. Hex color #CB2EE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2EE3 is #34D11C. Grayscale: #717171. Windows color (decimal): -3461405 or 14888651. OLE color: 14888651.
HSL color Cylindrical-coordinate representation of color #CB2EE3: hue angle of 292.04º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2EE3 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 46 | 227 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.11 |
| HSL | 292.04º | 0.76% | 0.54% | - |
| HSV(B) | 292.04º | 0.8% | 0.89% | - |
| XYZ | 39.47 | 20.2 | 74.49 | - |
| YUV | 113.58 | 192.01 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 227 | 0.11 | 0.80 | 0 | 0.11 | 292.04 | 0.76 | 0.54 |
| Hex | CB | 2E | E3 | B | 50 | 0 | B | 124 | 4C | 36 |
| Octal | 313 | 56 | 343 | 13 | 120 | 0 | 13 | 444 | 114 | 66 |
| Binary | 11001011 | 101110 | 11100011 | 1011 | 1010000 | 0 | 1011 | 100100100 | 1001100 | 110110 |
Color Harmonies of #CB2EE3
Complementary color
Monochromatic Colors of #CB2EE3
Black with #CB2EE3
Text Example
Text Example
White with #CB2EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EE3; }
p { color: rgb(203,46,227); }
H1.HeaderClassName
{
color: #CB2EE3;
}
.AnyTagClassName
{
color: #CB2EE3;
}
</style>
background-color css
<style>
a { background-color: #CB2EE3; }
a { background-color: rgb(203,46,227); }
div.DivClassName
{
background-color: #CB2EE3;
}
.BgClassName
{
background-color: #CB2EE3;
}
</style>
border-color css
<style>
span { border-color: #CB2EE3; }
span { border-color: rgb(203,46,227); }
td.TdClassName
{
border-color: #CB2EE3;
}
.TagClassName
{
border-color: #CB2EE3;
}
</style>