Shades of Medium Orchid #CB2EE0
Tints of Medium Orchid #CB2EE0
RGB
CMYK
RGB Variations
Color information
#CB2EE0 (or 0xCB2EE0) is known color: Medium Orchid. HEX triplet: CB, 2E and E0. RGB value is (203,46,224). Sum of RGB (Red+Green+Blue) = 203+46+224=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB2EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2EE0 is #34D11F. Grayscale: #707070. Windows color (decimal): -3461408 or 14692043. OLE color: 14692043.
HSL color Cylindrical-coordinate representation of color #CB2EE0: hue angle of 292.92º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2EE0 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 46 | 224 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.12 |
| HSL | 292.92º | 0.74% | 0.53% | - |
| HSV(B) | 292.92º | 0.79% | 0.88% | - |
| XYZ | 39.06 | 20.03 | 72.33 | - |
| YUV | 113.24 | 190.51 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 224 | 0.09 | 0.79 | 0 | 0.12 | 292.92 | 0.74 | 0.53 |
| Hex | CB | 2E | E0 | 9 | 4F | 0 | C | 125 | 4A | 35 |
| Octal | 313 | 56 | 340 | 11 | 117 | 0 | 14 | 445 | 112 | 65 |
| Binary | 11001011 | 101110 | 11100000 | 1001 | 1001111 | 0 | 1100 | 100100101 | 1001010 | 110101 |
Color Harmonies of #CB2EE0
Complementary color
Monochromatic Colors of #CB2EE0
Black with #CB2EE0
Text Example
Text Example
White with #CB2EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EE0; }
p { color: rgb(203,46,224); }
H1.HeaderClassName
{
color: #CB2EE0;
}
.AnyTagClassName
{
color: #CB2EE0;
}
</style>
background-color css
<style>
a { background-color: #CB2EE0; }
a { background-color: rgb(203,46,224); }
div.DivClassName
{
background-color: #CB2EE0;
}
.BgClassName
{
background-color: #CB2EE0;
}
</style>
border-color css
<style>
span { border-color: #CB2EE0; }
span { border-color: rgb(203,46,224); }
td.TdClassName
{
border-color: #CB2EE0;
}
.TagClassName
{
border-color: #CB2EE0;
}
</style>