Shades of Medium Orchid #CB50E5
Tints of Medium Orchid #CB50E5
RGB
CMYK
RGB Variations
Color information
#CB50E5 (or 0xCB50E5) is known color: Medium Orchid. HEX triplet: CB, 50 and E5. RGB value is (203,80,229). Sum of RGB (Red+Green+Blue) = 203+80+229=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB50E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50E5 is #34AF1A. Grayscale: #858585. Windows color (decimal): -3452699 or 15028427. OLE color: 15028427.
HSL color Cylindrical-coordinate representation of color #CB50E5: hue angle of 289.53º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB50E5 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 80 | 229 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.10 |
| HSL | 289.53º | 0.74% | 0.61% | - |
| HSV(B) | 289.53º | 0.65% | 0.9% | - |
| XYZ | 41.64 | 24.09 | 76.58 | - |
| YUV | 133.76 | 181.75 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 229 | 0.11 | 0.65 | 0 | 0.10 | 289.53 | 0.74 | 0.61 |
| Hex | CB | 50 | E5 | B | 41 | 0 | A | 122 | 4A | 3D |
| Octal | 313 | 120 | 345 | 13 | 101 | 0 | 12 | 442 | 112 | 75 |
| Binary | 11001011 | 1010000 | 11100101 | 1011 | 1000001 | 0 | 1010 | 100100010 | 1001010 | 111101 |
Color Harmonies of #CB50E5
Complementary color
Monochromatic Colors of #CB50E5
Black with #CB50E5
Text Example
Text Example
White with #CB50E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50E5; }
p { color: rgb(203,80,229); }
H1.HeaderClassName
{
color: #CB50E5;
}
.AnyTagClassName
{
color: #CB50E5;
}
</style>
background-color css
<style>
a { background-color: #CB50E5; }
a { background-color: rgb(203,80,229); }
div.DivClassName
{
background-color: #CB50E5;
}
.BgClassName
{
background-color: #CB50E5;
}
</style>
border-color css
<style>
span { border-color: #CB50E5; }
span { border-color: rgb(203,80,229); }
td.TdClassName
{
border-color: #CB50E5;
}
.TagClassName
{
border-color: #CB50E5;
}
</style>