Shades of Medium Orchid #CB5DDB
Tints of Medium Orchid #CB5DDB
RGB
CMYK
RGB Variations
Color information
#CB5DDB (or 0xCB5DDB) is known color: Medium Orchid. HEX triplet: CB, 5D and DB. RGB value is (203,93,219). Sum of RGB (Red+Green+Blue) = 203+93+219=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB5DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DDB is #34A224. Grayscale: #8B8B8B. Windows color (decimal): -3449381 or 14376395. OLE color: 14376395.
HSL color Cylindrical-coordinate representation of color #CB5DDB: hue angle of 292.38º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5DDB is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 93 | 219 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.14 |
| HSL | 292.38º | 0.64% | 0.61% | - |
| HSV(B) | 292.38º | 0.58% | 0.86% | - |
| XYZ | 41.33 | 25.64 | 69.79 | - |
| YUV | 140.25 | 172.44 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 219 | 0.07 | 0.58 | 0 | 0.14 | 292.38 | 0.64 | 0.61 |
| Hex | CB | 5D | DB | 7 | 3A | 0 | E | 124 | 40 | 3D |
| Octal | 313 | 135 | 333 | 7 | 72 | 0 | 16 | 444 | 100 | 75 |
| Binary | 11001011 | 1011101 | 11011011 | 111 | 111010 | 0 | 1110 | 100100100 | 1000000 | 111101 |
Color Harmonies of #CB5DDB
Complementary color
Monochromatic Colors of #CB5DDB
Black with #CB5DDB
Text Example
Text Example
White with #CB5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DDB; }
p { color: rgb(203,93,219); }
H1.HeaderClassName
{
color: #CB5DDB;
}
.AnyTagClassName
{
color: #CB5DDB;
}
</style>
background-color css
<style>
a { background-color: #CB5DDB; }
a { background-color: rgb(203,93,219); }
div.DivClassName
{
background-color: #CB5DDB;
}
.BgClassName
{
background-color: #CB5DDB;
}
</style>
border-color css
<style>
span { border-color: #CB5DDB; }
span { border-color: rgb(203,93,219); }
td.TdClassName
{
border-color: #CB5DDB;
}
.TagClassName
{
border-color: #CB5DDB;
}
</style>