Shades of Medium Orchid #CB5EDE
Tints of Medium Orchid #CB5EDE
RGB
CMYK
RGB Variations
Color information
#CB5EDE (or 0xCB5EDE) is known color: Medium Orchid. HEX triplet: CB, 5E and DE. RGB value is (203,94,222). Sum of RGB (Red+Green+Blue) = 203+94+222=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB5EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EDE is #34A121. Grayscale: #8C8C8C. Windows color (decimal): -3449122 or 14573259. OLE color: 14573259.
HSL color Cylindrical-coordinate representation of color #CB5EDE: hue angle of 291.09º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5EDE is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 94 | 222 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.13 |
| HSL | 291.09º | 0.66% | 0.62% | - |
| HSV(B) | 291.09º | 0.58% | 0.87% | - |
| XYZ | 41.82 | 25.98 | 71.92 | - |
| YUV | 141.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 222 | 0.09 | 0.58 | 0 | 0.13 | 291.09 | 0.66 | 0.62 |
| Hex | CB | 5E | DE | 9 | 3A | 0 | D | 123 | 42 | 3E |
| Octal | 313 | 136 | 336 | 11 | 72 | 0 | 15 | 443 | 102 | 76 |
| Binary | 11001011 | 1011110 | 11011110 | 1001 | 111010 | 0 | 1101 | 100100011 | 1000010 | 111110 |
Color Harmonies of #CB5EDE
Complementary color
Monochromatic Colors of #CB5EDE
Black with #CB5EDE
Text Example
Text Example
White with #CB5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5EDE; }
p { color: rgb(203,94,222); }
H1.HeaderClassName
{
color: #CB5EDE;
}
.AnyTagClassName
{
color: #CB5EDE;
}
</style>
background-color css
<style>
a { background-color: #CB5EDE; }
a { background-color: rgb(203,94,222); }
div.DivClassName
{
background-color: #CB5EDE;
}
.BgClassName
{
background-color: #CB5EDE;
}
</style>
border-color css
<style>
span { border-color: #CB5EDE; }
span { border-color: rgb(203,94,222); }
td.TdClassName
{
border-color: #CB5EDE;
}
.TagClassName
{
border-color: #CB5EDE;
}
</style>