Shades of Medium Orchid #CB2BE0
Tints of Medium Orchid #CB2BE0
RGB
CMYK
RGB Variations
Color information
#CB2BE0 (or 0xCB2BE0) is known color: Medium Orchid. HEX triplet: CB, 2B and E0. RGB value is (203,43,224). Sum of RGB (Red+Green+Blue) = 203+43+224=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB2BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2BE0 is #34D41F. Grayscale: #6E6E6E. Windows color (decimal): -3462176 or 14691275. OLE color: 14691275.
HSL color Cylindrical-coordinate representation of color #CB2BE0: hue angle of 293.04º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2BE0 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 43 | 224 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.12 |
| HSL | 293.04º | 0.74% | 0.52% | - |
| HSV(B) | 293.04º | 0.81% | 0.88% | - |
| XYZ | 38.95 | 19.81 | 72.29 | - |
| YUV | 111.47 | 191.51 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 224 | 0.09 | 0.81 | 0 | 0.12 | 293.04 | 0.74 | 0.52 |
| Hex | CB | 2B | E0 | 9 | 51 | 0 | C | 125 | 4A | 34 |
| Octal | 313 | 53 | 340 | 11 | 121 | 0 | 14 | 445 | 112 | 64 |
| Binary | 11001011 | 101011 | 11100000 | 1001 | 1010001 | 0 | 1100 | 100100101 | 1001010 | 110100 |
Color Harmonies of #CB2BE0
Complementary color
Monochromatic Colors of #CB2BE0
Black with #CB2BE0
Text Example
Text Example
White with #CB2BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BE0; }
p { color: rgb(203,43,224); }
H1.HeaderClassName
{
color: #CB2BE0;
}
.AnyTagClassName
{
color: #CB2BE0;
}
</style>
background-color css
<style>
a { background-color: #CB2BE0; }
a { background-color: rgb(203,43,224); }
div.DivClassName
{
background-color: #CB2BE0;
}
.BgClassName
{
background-color: #CB2BE0;
}
</style>
border-color css
<style>
span { border-color: #CB2BE0; }
span { border-color: rgb(203,43,224); }
td.TdClassName
{
border-color: #CB2BE0;
}
.TagClassName
{
border-color: #CB2BE0;
}
</style>