Shades of Medium Orchid #CB47DB
Tints of Medium Orchid #CB47DB
RGB
CMYK
RGB Variations
Color information
#CB47DB (or 0xCB47DB) is known color: Medium Orchid. HEX triplet: CB, 47 and DB. RGB value is (203,71,219). Sum of RGB (Red+Green+Blue) = 203+71+219=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47DB is #34B824. Grayscale: #7E7E7E. Windows color (decimal): -3455013 or 14370763. OLE color: 14370763.
HSL color Cylindrical-coordinate representation of color #CB47DB: hue angle of 293.51º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB47DB is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 71 | 219 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.14 |
| HSL | 293.51º | 0.67% | 0.57% | - |
| HSV(B) | 293.51º | 0.68% | 0.86% | - |
| XYZ | 39.67 | 22.32 | 69.23 | - |
| YUV | 127.34 | 179.73 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 219 | 0.07 | 0.68 | 0 | 0.14 | 293.51 | 0.67 | 0.57 |
| Hex | CB | 47 | DB | 7 | 44 | 0 | E | 126 | 43 | 39 |
| Octal | 313 | 107 | 333 | 7 | 104 | 0 | 16 | 446 | 103 | 71 |
| Binary | 11001011 | 1000111 | 11011011 | 111 | 1000100 | 0 | 1110 | 100100110 | 1000011 | 111001 |
Color Harmonies of #CB47DB
Complementary color
Monochromatic Colors of #CB47DB
Black with #CB47DB
Text Example
Text Example
White with #CB47DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47DB; }
p { color: rgb(203,71,219); }
H1.HeaderClassName
{
color: #CB47DB;
}
.AnyTagClassName
{
color: #CB47DB;
}
</style>
background-color css
<style>
a { background-color: #CB47DB; }
a { background-color: rgb(203,71,219); }
div.DivClassName
{
background-color: #CB47DB;
}
.BgClassName
{
background-color: #CB47DB;
}
</style>
border-color css
<style>
span { border-color: #CB47DB; }
span { border-color: rgb(203,71,219); }
td.TdClassName
{
border-color: #CB47DB;
}
.TagClassName
{
border-color: #CB47DB;
}
</style>