Shades of Medium Orchid #C43BDB
Tints of Medium Orchid #C43BDB
RGB
CMYK
RGB Variations
Color information
#C43BDB (or 0xC43BDB) is known color: Medium Orchid. HEX triplet: C4, 3B and DB. RGB value is (196,59,219). Sum of RGB (Red+Green+Blue) = 196+59+219=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #C43BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BDB is #3BC424. Grayscale: #757575. Windows color (decimal): -3916837 or 14367684. OLE color: 14367684.
HSL color Cylindrical-coordinate representation of color #C43BDB: hue angle of 291.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43BDB is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 59 | 219 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.14 |
| HSL | 291.38º | 0.69% | 0.55% | - |
| HSV(B) | 291.38º | 0.73% | 0.86% | - |
| XYZ | 37.12 | 19.98 | 68.92 | - |
| YUV | 118.2 | 184.89 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 219 | 0.11 | 0.73 | 0 | 0.14 | 291.38 | 0.69 | 0.55 |
| Hex | C4 | 3B | DB | B | 49 | 0 | E | 123 | 45 | 37 |
| Octal | 304 | 73 | 333 | 13 | 111 | 0 | 16 | 443 | 105 | 67 |
| Binary | 11000100 | 111011 | 11011011 | 1011 | 1001001 | 0 | 1110 | 100100011 | 1000101 | 110111 |
Color Harmonies of #C43BDB
Complementary color
Monochromatic Colors of #C43BDB
Black with #C43BDB
Text Example
Text Example
White with #C43BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43BDB; }
p { color: rgb(196,59,219); }
H1.HeaderClassName
{
color: #C43BDB;
}
.AnyTagClassName
{
color: #C43BDB;
}
</style>
background-color css
<style>
a { background-color: #C43BDB; }
a { background-color: rgb(196,59,219); }
div.DivClassName
{
background-color: #C43BDB;
}
.BgClassName
{
background-color: #C43BDB;
}
</style>
border-color css
<style>
span { border-color: #C43BDB; }
span { border-color: rgb(196,59,219); }
td.TdClassName
{
border-color: #C43BDB;
}
.TagClassName
{
border-color: #C43BDB;
}
</style>