Shades of Medium Orchid #CB2DDB
Tints of Medium Orchid #CB2DDB
RGB
CMYK
RGB Variations
Color information
#CB2DDB (or 0xCB2DDB) is known color: Medium Orchid. HEX triplet: CB, 2D and DB. RGB value is (203,45,219). Sum of RGB (Red+Green+Blue) = 203+45+219=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB2DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DDB is #34D224. Grayscale: #6F6F6F. Windows color (decimal): -3461669 or 14364107. OLE color: 14364107.
HSL color Cylindrical-coordinate representation of color #CB2DDB: hue angle of 294.48º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2DDB is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 45 | 219 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.14 |
| HSL | 294.48º | 0.71% | 0.52% | - |
| HSV(B) | 294.48º | 0.79% | 0.86% | - |
| XYZ | 38.35 | 19.69 | 68.8 | - |
| YUV | 112.08 | 188.35 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 219 | 0.07 | 0.79 | 0 | 0.14 | 294.48 | 0.71 | 0.52 |
| Hex | CB | 2D | DB | 7 | 4F | 0 | E | 126 | 47 | 34 |
| Octal | 313 | 55 | 333 | 7 | 117 | 0 | 16 | 446 | 107 | 64 |
| Binary | 11001011 | 101101 | 11011011 | 111 | 1001111 | 0 | 1110 | 100100110 | 1000111 | 110100 |
Color Harmonies of #CB2DDB
Complementary color
Monochromatic Colors of #CB2DDB
Black with #CB2DDB
Text Example
Text Example
White with #CB2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DDB; }
p { color: rgb(203,45,219); }
H1.HeaderClassName
{
color: #CB2DDB;
}
.AnyTagClassName
{
color: #CB2DDB;
}
</style>
background-color css
<style>
a { background-color: #CB2DDB; }
a { background-color: rgb(203,45,219); }
div.DivClassName
{
background-color: #CB2DDB;
}
.BgClassName
{
background-color: #CB2DDB;
}
</style>
border-color css
<style>
span { border-color: #CB2DDB; }
span { border-color: rgb(203,45,219); }
td.TdClassName
{
border-color: #CB2DDB;
}
.TagClassName
{
border-color: #CB2DDB;
}
</style>