Shades of Medium Orchid #CB5ADD
Tints of Medium Orchid #CB5ADD
RGB
CMYK
RGB Variations
Color information
#CB5ADD (or 0xCB5ADD) is known color: Medium Orchid. HEX triplet: CB, 5A and DD. RGB value is (203,90,221). Sum of RGB (Red+Green+Blue) = 203+90+221=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ADD is #34A522. Grayscale: #8A8A8A. Windows color (decimal): -3450147 or 14506699. OLE color: 14506699.
HSL color Cylindrical-coordinate representation of color #CB5ADD: hue angle of 291.76º degrees, saturation: 0.66, 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 #CB5ADD is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 90 | 221 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.13 |
| HSL | 291.76º | 0.66% | 0.61% | - |
| HSV(B) | 291.76º | 0.59% | 0.87% | - |
| XYZ | 41.34 | 25.23 | 71.1 | - |
| YUV | 138.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 221 | 0.08 | 0.59 | 0 | 0.13 | 291.76 | 0.66 | 0.61 |
| Hex | CB | 5A | DD | 8 | 3B | 0 | D | 124 | 42 | 3D |
| Octal | 313 | 132 | 335 | 10 | 73 | 0 | 15 | 444 | 102 | 75 |
| Binary | 11001011 | 1011010 | 11011101 | 1000 | 111011 | 0 | 1101 | 100100100 | 1000010 | 111101 |
Color Harmonies of #CB5ADD
Complementary color
Monochromatic Colors of #CB5ADD
Black with #CB5ADD
Text Example
Text Example
White with #CB5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5ADD; }
p { color: rgb(203,90,221); }
H1.HeaderClassName
{
color: #CB5ADD;
}
.AnyTagClassName
{
color: #CB5ADD;
}
</style>
background-color css
<style>
a { background-color: #CB5ADD; }
a { background-color: rgb(203,90,221); }
div.DivClassName
{
background-color: #CB5ADD;
}
.BgClassName
{
background-color: #CB5ADD;
}
</style>
border-color css
<style>
span { border-color: #CB5ADD; }
span { border-color: rgb(203,90,221); }
td.TdClassName
{
border-color: #CB5ADD;
}
.TagClassName
{
border-color: #CB5ADD;
}
</style>