Shades of Medium Orchid #CB56E5
Tints of Medium Orchid #CB56E5
RGB
CMYK
RGB Variations
Color information
#CB56E5 (or 0xCB56E5) is known color: Medium Orchid. HEX triplet: CB, 56 and E5. RGB value is (203,86,229). Sum of RGB (Red+Green+Blue) = 203+86+229=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB56E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB56E5 is #34A91A. Grayscale: #888888. Windows color (decimal): -3451163 or 15029963. OLE color: 15029963.
HSL color Cylindrical-coordinate representation of color #CB56E5: hue angle of 289.09º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB56E5 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 86 | 229 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.10 |
| HSL | 289.09º | 0.73% | 0.62% | - |
| HSV(B) | 289.09º | 0.62% | 0.9% | - |
| XYZ | 42.1 | 25.01 | 76.74 | - |
| YUV | 137.29 | 179.76 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 229 | 0.11 | 0.62 | 0 | 0.10 | 289.09 | 0.73 | 0.62 |
| Hex | CB | 56 | E5 | B | 3E | 0 | A | 121 | 49 | 3E |
| Octal | 313 | 126 | 345 | 13 | 76 | 0 | 12 | 441 | 111 | 76 |
| Binary | 11001011 | 1010110 | 11100101 | 1011 | 111110 | 0 | 1010 | 100100001 | 1001001 | 111110 |
Color Harmonies of #CB56E5
Complementary color
Monochromatic Colors of #CB56E5
Black with #CB56E5
Text Example
Text Example
White with #CB56E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB56E5; }
p { color: rgb(203,86,229); }
H1.HeaderClassName
{
color: #CB56E5;
}
.AnyTagClassName
{
color: #CB56E5;
}
</style>
background-color css
<style>
a { background-color: #CB56E5; }
a { background-color: rgb(203,86,229); }
div.DivClassName
{
background-color: #CB56E5;
}
.BgClassName
{
background-color: #CB56E5;
}
</style>
border-color css
<style>
span { border-color: #CB56E5; }
span { border-color: rgb(203,86,229); }
td.TdClassName
{
border-color: #CB56E5;
}
.TagClassName
{
border-color: #CB56E5;
}
</style>