Shades of Medium Orchid #CB49DB
Tints of Medium Orchid #CB49DB
RGB
CMYK
RGB Variations
Color information
#CB49DB (or 0xCB49DB) is known color: Medium Orchid. HEX triplet: CB, 49 and DB. RGB value is (203,73,219). Sum of RGB (Red+Green+Blue) = 203+73+219=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB49DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49DB is #34B624. Grayscale: #808080. Windows color (decimal): -3454501 or 14371275. OLE color: 14371275.
HSL color Cylindrical-coordinate representation of color #CB49DB: hue angle of 293.42º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB49DB is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 73 | 219 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.14 |
| HSL | 293.42º | 0.67% | 0.57% | - |
| HSV(B) | 293.42º | 0.67% | 0.86% | - |
| XYZ | 39.8 | 22.58 | 69.28 | - |
| YUV | 128.51 | 179.07 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 219 | 0.07 | 0.67 | 0 | 0.14 | 293.42 | 0.67 | 0.57 |
| Hex | CB | 49 | DB | 7 | 43 | 0 | E | 125 | 43 | 39 |
| Octal | 313 | 111 | 333 | 7 | 103 | 0 | 16 | 445 | 103 | 71 |
| Binary | 11001011 | 1001001 | 11011011 | 111 | 1000011 | 0 | 1110 | 100100101 | 1000011 | 111001 |
Color Harmonies of #CB49DB
Complementary color
Monochromatic Colors of #CB49DB
Black with #CB49DB
Text Example
Text Example
White with #CB49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49DB; }
p { color: rgb(203,73,219); }
H1.HeaderClassName
{
color: #CB49DB;
}
.AnyTagClassName
{
color: #CB49DB;
}
</style>
background-color css
<style>
a { background-color: #CB49DB; }
a { background-color: rgb(203,73,219); }
div.DivClassName
{
background-color: #CB49DB;
}
.BgClassName
{
background-color: #CB49DB;
}
</style>
border-color css
<style>
span { border-color: #CB49DB; }
span { border-color: rgb(203,73,219); }
td.TdClassName
{
border-color: #CB49DB;
}
.TagClassName
{
border-color: #CB49DB;
}
</style>