Shades of Medium Orchid #CB5CDB
Tints of Medium Orchid #CB5CDB
RGB
CMYK
RGB Variations
Color information
#CB5CDB (or 0xCB5CDB) is known color: Medium Orchid. HEX triplet: CB, 5C and DB. RGB value is (203,92,219). Sum of RGB (Red+Green+Blue) = 203+92+219=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CDB is #34A324. Grayscale: #8B8B8B. Windows color (decimal): -3449637 or 14376139. OLE color: 14376139.
HSL color Cylindrical-coordinate representation of color #CB5CDB: hue angle of 292.44º 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 #CB5CDB is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 92 | 219 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.14 |
| HSL | 292.44º | 0.64% | 0.61% | - |
| HSV(B) | 292.44º | 0.58% | 0.86% | - |
| XYZ | 41.24 | 25.47 | 69.76 | - |
| YUV | 139.67 | 172.77 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 219 | 0.07 | 0.58 | 0 | 0.14 | 292.44 | 0.64 | 0.61 |
| Hex | CB | 5C | DB | 7 | 3A | 0 | E | 124 | 40 | 3D |
| Octal | 313 | 134 | 333 | 7 | 72 | 0 | 16 | 444 | 100 | 75 |
| Binary | 11001011 | 1011100 | 11011011 | 111 | 111010 | 0 | 1110 | 100100100 | 1000000 | 111101 |
Color Harmonies of #CB5CDB
Complementary color
Monochromatic Colors of #CB5CDB
Black with #CB5CDB
Text Example
Text Example
White with #CB5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CDB; }
p { color: rgb(203,92,219); }
H1.HeaderClassName
{
color: #CB5CDB;
}
.AnyTagClassName
{
color: #CB5CDB;
}
</style>
background-color css
<style>
a { background-color: #CB5CDB; }
a { background-color: rgb(203,92,219); }
div.DivClassName
{
background-color: #CB5CDB;
}
.BgClassName
{
background-color: #CB5CDB;
}
</style>
border-color css
<style>
span { border-color: #CB5CDB; }
span { border-color: rgb(203,92,219); }
td.TdClassName
{
border-color: #CB5CDB;
}
.TagClassName
{
border-color: #CB5CDB;
}
</style>