Shades of Medium Orchid #CB50E2
Tints of Medium Orchid #CB50E2
RGB
CMYK
RGB Variations
Color information
#CB50E2 (or 0xCB50E2) is known color: Medium Orchid. HEX triplet: CB, 50 and E2. RGB value is (203,80,226). Sum of RGB (Red+Green+Blue) = 203+80+226=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB50E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50E2 is #34AF1D. Grayscale: #848484. Windows color (decimal): -3452702 or 14831819. OLE color: 14831819.
HSL color Cylindrical-coordinate representation of color #CB50E2: hue angle of 290.55º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB50E2 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 80 | 226 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.11 |
| HSL | 290.55º | 0.72% | 0.6% | - |
| HSV(B) | 290.55º | 0.65% | 0.89% | - |
| XYZ | 41.22 | 23.92 | 74.4 | - |
| YUV | 133.42 | 180.25 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 226 | 0.10 | 0.65 | 0 | 0.11 | 290.55 | 0.72 | 0.6 |
| Hex | CB | 50 | E2 | A | 41 | 0 | B | 123 | 48 | 3C |
| Octal | 313 | 120 | 342 | 12 | 101 | 0 | 13 | 443 | 110 | 74 |
| Binary | 11001011 | 1010000 | 11100010 | 1010 | 1000001 | 0 | 1011 | 100100011 | 1001000 | 111100 |
Color Harmonies of #CB50E2
Complementary color
Monochromatic Colors of #CB50E2
Black with #CB50E2
Text Example
Text Example
White with #CB50E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50E2; }
p { color: rgb(203,80,226); }
H1.HeaderClassName
{
color: #CB50E2;
}
.AnyTagClassName
{
color: #CB50E2;
}
</style>
background-color css
<style>
a { background-color: #CB50E2; }
a { background-color: rgb(203,80,226); }
div.DivClassName
{
background-color: #CB50E2;
}
.BgClassName
{
background-color: #CB50E2;
}
</style>
border-color css
<style>
span { border-color: #CB50E2; }
span { border-color: rgb(203,80,226); }
td.TdClassName
{
border-color: #CB50E2;
}
.TagClassName
{
border-color: #CB50E2;
}
</style>