Shades of Medium Orchid #CB59DB
Tints of Medium Orchid #CB59DB
RGB
CMYK
RGB Variations
Color information
#CB59DB (or 0xCB59DB) is known color: Medium Orchid. HEX triplet: CB, 59 and DB. RGB value is (203,89,219). Sum of RGB (Red+Green+Blue) = 203+89+219=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB59DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB59DB is #34A624. Grayscale: #898989. Windows color (decimal): -3450405 or 14375371. OLE color: 14375371.
HSL color Cylindrical-coordinate representation of color #CB59DB: hue angle of 292.62º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB59DB is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 89 | 219 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.14 |
| HSL | 292.62º | 0.64% | 0.6% | - |
| HSV(B) | 292.62º | 0.59% | 0.86% | - |
| XYZ | 40.99 | 24.96 | 69.67 | - |
| YUV | 137.91 | 173.77 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 219 | 0.07 | 0.59 | 0 | 0.14 | 292.62 | 0.64 | 0.6 |
| Hex | CB | 59 | DB | 7 | 3B | 0 | E | 125 | 40 | 3C |
| Octal | 313 | 131 | 333 | 7 | 73 | 0 | 16 | 445 | 100 | 74 |
| Binary | 11001011 | 1011001 | 11011011 | 111 | 111011 | 0 | 1110 | 100100101 | 1000000 | 111100 |
Color Harmonies of #CB59DB
Complementary color
Monochromatic Colors of #CB59DB
Black with #CB59DB
Text Example
Text Example
White with #CB59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB59DB; }
p { color: rgb(203,89,219); }
H1.HeaderClassName
{
color: #CB59DB;
}
.AnyTagClassName
{
color: #CB59DB;
}
</style>
background-color css
<style>
a { background-color: #CB59DB; }
a { background-color: rgb(203,89,219); }
div.DivClassName
{
background-color: #CB59DB;
}
.BgClassName
{
background-color: #CB59DB;
}
</style>
border-color css
<style>
span { border-color: #CB59DB; }
span { border-color: rgb(203,89,219); }
td.TdClassName
{
border-color: #CB59DB;
}
.TagClassName
{
border-color: #CB59DB;
}
</style>