Shades of Medium Orchid #CB50E4
Tints of Medium Orchid #CB50E4
RGB
CMYK
RGB Variations
Color information
#CB50E4 (or 0xCB50E4) is known color: Medium Orchid. HEX triplet: CB, 50 and E4. RGB value is (203,80,228). Sum of RGB (Red+Green+Blue) = 203+80+228=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB50E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50E4 is #34AF1B. Grayscale: #858585. Windows color (decimal): -3452700 or 14962891. OLE color: 14962891.
HSL color Cylindrical-coordinate representation of color #CB50E4: hue angle of 289.86º degrees, saturation: 0.73, 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 #CB50E4 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 80 | 228 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.11 |
| HSL | 289.86º | 0.73% | 0.6% | - |
| HSV(B) | 289.86º | 0.65% | 0.89% | - |
| XYZ | 41.5 | 24.04 | 75.85 | - |
| YUV | 133.65 | 181.25 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 228 | 0.11 | 0.65 | 0 | 0.11 | 289.86 | 0.73 | 0.6 |
| Hex | CB | 50 | E4 | B | 41 | 0 | B | 122 | 49 | 3C |
| Octal | 313 | 120 | 344 | 13 | 101 | 0 | 13 | 442 | 111 | 74 |
| Binary | 11001011 | 1010000 | 11100100 | 1011 | 1000001 | 0 | 1011 | 100100010 | 1001001 | 111100 |
Color Harmonies of #CB50E4
Complementary color
Monochromatic Colors of #CB50E4
Black with #CB50E4
Text Example
Text Example
White with #CB50E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50E4; }
p { color: rgb(203,80,228); }
H1.HeaderClassName
{
color: #CB50E4;
}
.AnyTagClassName
{
color: #CB50E4;
}
</style>
background-color css
<style>
a { background-color: #CB50E4; }
a { background-color: rgb(203,80,228); }
div.DivClassName
{
background-color: #CB50E4;
}
.BgClassName
{
background-color: #CB50E4;
}
</style>
border-color css
<style>
span { border-color: #CB50E4; }
span { border-color: rgb(203,80,228); }
td.TdClassName
{
border-color: #CB50E4;
}
.TagClassName
{
border-color: #CB50E4;
}
</style>