Shades of Medium Orchid #CB2CDB
Tints of Medium Orchid #CB2CDB
RGB
CMYK
RGB Variations
Color information
#CB2CDB (or 0xCB2CDB) is known color: Medium Orchid. HEX triplet: CB, 2C and DB. RGB value is (203,44,219). Sum of RGB (Red+Green+Blue) = 203+44+219=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB2CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2CDB is #34D324. Grayscale: #6E6E6E. Windows color (decimal): -3461925 or 14363851. OLE color: 14363851.
HSL color Cylindrical-coordinate representation of color #CB2CDB: hue angle of 294.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2CDB is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 44 | 219 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.14 |
| HSL | 294.51º | 0.71% | 0.52% | - |
| HSV(B) | 294.51º | 0.8% | 0.86% | - |
| XYZ | 38.32 | 19.61 | 68.78 | - |
| YUV | 111.49 | 188.68 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 219 | 0.07 | 0.80 | 0 | 0.14 | 294.51 | 0.71 | 0.52 |
| Hex | CB | 2C | DB | 7 | 50 | 0 | E | 127 | 47 | 34 |
| Octal | 313 | 54 | 333 | 7 | 120 | 0 | 16 | 447 | 107 | 64 |
| Binary | 11001011 | 101100 | 11011011 | 111 | 1010000 | 0 | 1110 | 100100111 | 1000111 | 110100 |
Color Harmonies of #CB2CDB
Complementary color
Monochromatic Colors of #CB2CDB
Black with #CB2CDB
Text Example
Text Example
White with #CB2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CDB; }
p { color: rgb(203,44,219); }
H1.HeaderClassName
{
color: #CB2CDB;
}
.AnyTagClassName
{
color: #CB2CDB;
}
</style>
background-color css
<style>
a { background-color: #CB2CDB; }
a { background-color: rgb(203,44,219); }
div.DivClassName
{
background-color: #CB2CDB;
}
.BgClassName
{
background-color: #CB2CDB;
}
</style>
border-color css
<style>
span { border-color: #CB2CDB; }
span { border-color: rgb(203,44,219); }
td.TdClassName
{
border-color: #CB2CDB;
}
.TagClassName
{
border-color: #CB2CDB;
}
</style>