Shades of Medium Orchid #CB5ADE
Tints of Medium Orchid #CB5ADE
RGB
CMYK
RGB Variations
Color information
#CB5ADE (or 0xCB5ADE) is known color: Medium Orchid. HEX triplet: CB, 5A and DE. RGB value is (203,90,222). Sum of RGB (Red+Green+Blue) = 203+90+222=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB5ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ADE is #34A521. Grayscale: #8A8A8A. Windows color (decimal): -3450146 or 14572235. OLE color: 14572235.
HSL color Cylindrical-coordinate representation of color #CB5ADE: hue angle of 291.36º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5ADE is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 90 | 222 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.13 |
| HSL | 291.36º | 0.67% | 0.61% | - |
| HSV(B) | 291.36º | 0.59% | 0.87% | - |
| XYZ | 41.47 | 25.28 | 71.8 | - |
| YUV | 138.84 | 174.94 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 222 | 0.09 | 0.59 | 0 | 0.13 | 291.36 | 0.67 | 0.61 |
| Hex | CB | 5A | DE | 9 | 3B | 0 | D | 123 | 43 | 3D |
| Octal | 313 | 132 | 336 | 11 | 73 | 0 | 15 | 443 | 103 | 75 |
| Binary | 11001011 | 1011010 | 11011110 | 1001 | 111011 | 0 | 1101 | 100100011 | 1000011 | 111101 |
Color Harmonies of #CB5ADE
Complementary color
Monochromatic Colors of #CB5ADE
Black with #CB5ADE
Text Example
Text Example
White with #CB5ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5ADE; }
p { color: rgb(203,90,222); }
H1.HeaderClassName
{
color: #CB5ADE;
}
.AnyTagClassName
{
color: #CB5ADE;
}
</style>
background-color css
<style>
a { background-color: #CB5ADE; }
a { background-color: rgb(203,90,222); }
div.DivClassName
{
background-color: #CB5ADE;
}
.BgClassName
{
background-color: #CB5ADE;
}
</style>
border-color css
<style>
span { border-color: #CB5ADE; }
span { border-color: rgb(203,90,222); }
td.TdClassName
{
border-color: #CB5ADE;
}
.TagClassName
{
border-color: #CB5ADE;
}
</style>