Shades of Medium Orchid #CB59E5
Tints of Medium Orchid #CB59E5
RGB
CMYK
RGB Variations
Color information
#CB59E5 (or 0xCB59E5) is known color: Medium Orchid. HEX triplet: CB, 59 and E5. RGB value is (203,89,229). Sum of RGB (Red+Green+Blue) = 203+89+229=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB59E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB59E5 is #34A61A. Grayscale: #8A8A8A. Windows color (decimal): -3450395 or 15030731. OLE color: 15030731.
HSL color Cylindrical-coordinate representation of color #CB59E5: hue angle of 288.86º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB59E5 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 89 | 229 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.10 |
| HSL | 288.86º | 0.73% | 0.62% | - |
| HSV(B) | 288.86º | 0.61% | 0.9% | - |
| XYZ | 42.34 | 25.5 | 76.82 | - |
| YUV | 139.05 | 178.77 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 229 | 0.11 | 0.61 | 0 | 0.10 | 288.86 | 0.73 | 0.62 |
| Hex | CB | 59 | E5 | B | 3D | 0 | A | 121 | 49 | 3E |
| Octal | 313 | 131 | 345 | 13 | 75 | 0 | 12 | 441 | 111 | 76 |
| Binary | 11001011 | 1011001 | 11100101 | 1011 | 111101 | 0 | 1010 | 100100001 | 1001001 | 111110 |
Color Harmonies of #CB59E5
Complementary color
Monochromatic Colors of #CB59E5
Black with #CB59E5
Text Example
Text Example
White with #CB59E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB59E5; }
p { color: rgb(203,89,229); }
H1.HeaderClassName
{
color: #CB59E5;
}
.AnyTagClassName
{
color: #CB59E5;
}
</style>
background-color css
<style>
a { background-color: #CB59E5; }
a { background-color: rgb(203,89,229); }
div.DivClassName
{
background-color: #CB59E5;
}
.BgClassName
{
background-color: #CB59E5;
}
</style>
border-color css
<style>
span { border-color: #CB59E5; }
span { border-color: rgb(203,89,229); }
td.TdClassName
{
border-color: #CB59E5;
}
.TagClassName
{
border-color: #CB59E5;
}
</style>