Shades of Medium Orchid #CB5EDB
Tints of Medium Orchid #CB5EDB
RGB
CMYK
RGB Variations
Color information
#CB5EDB (or 0xCB5EDB) is known color: Medium Orchid. HEX triplet: CB, 5E and DB. RGB value is (203,94,219). Sum of RGB (Red+Green+Blue) = 203+94+219=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EDB is #34A124. Grayscale: #8C8C8C. Windows color (decimal): -3449125 or 14376651. OLE color: 14376651.
HSL color Cylindrical-coordinate representation of color #CB5EDB: hue angle of 292.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB5EDB is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 94 | 219 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.14 |
| HSL | 292.32º | 0.63% | 0.61% | - |
| HSV(B) | 292.32º | 0.57% | 0.86% | - |
| XYZ | 41.42 | 25.82 | 69.82 | - |
| YUV | 140.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 219 | 0.07 | 0.57 | 0 | 0.14 | 292.32 | 0.63 | 0.61 |
| Hex | CB | 5E | DB | 7 | 39 | 0 | E | 124 | 3F | 3D |
| Octal | 313 | 136 | 333 | 7 | 71 | 0 | 16 | 444 | 77 | 75 |
| Binary | 11001011 | 1011110 | 11011011 | 111 | 111001 | 0 | 1110 | 100100100 | 111111 | 111101 |
Color Harmonies of #CB5EDB
Complementary color
Monochromatic Colors of #CB5EDB
Black with #CB5EDB
Text Example
Text Example
White with #CB5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5EDB; }
p { color: rgb(203,94,219); }
H1.HeaderClassName
{
color: #CB5EDB;
}
.AnyTagClassName
{
color: #CB5EDB;
}
</style>
background-color css
<style>
a { background-color: #CB5EDB; }
a { background-color: rgb(203,94,219); }
div.DivClassName
{
background-color: #CB5EDB;
}
.BgClassName
{
background-color: #CB5EDB;
}
</style>
border-color css
<style>
span { border-color: #CB5EDB; }
span { border-color: rgb(203,94,219); }
td.TdClassName
{
border-color: #CB5EDB;
}
.TagClassName
{
border-color: #CB5EDB;
}
</style>