Shades of Medium Orchid #C443DB
Tints of Medium Orchid #C443DB
RGB
CMYK
RGB Variations
Color information
#C443DB (or 0xC443DB) is known color: Medium Orchid. HEX triplet: C4, 43 and DB. RGB value is (196,67,219). Sum of RGB (Red+Green+Blue) = 196+67+219=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 67 (26.56% from 255 or 13.90% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #C443DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C443DB is #3BBC24. Grayscale: #7A7A7A. Windows color (decimal): -3914789 or 14369732. OLE color: 14369732.
HSL color Cylindrical-coordinate representation of color #C443DB: hue angle of 290.92º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C443DB is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 67 | 219 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.14 |
| HSL | 290.92º | 0.68% | 0.56% | - |
| HSV(B) | 290.92º | 0.69% | 0.86% | - |
| XYZ | 37.56 | 20.86 | 69.07 | - |
| YUV | 122.9 | 182.24 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 219 | 0.11 | 0.69 | 0 | 0.14 | 290.92 | 0.68 | 0.56 |
| Hex | C4 | 43 | DB | B | 45 | 0 | E | 123 | 44 | 38 |
| Octal | 304 | 103 | 333 | 13 | 105 | 0 | 16 | 443 | 104 | 70 |
| Binary | 11000100 | 1000011 | 11011011 | 1011 | 1000101 | 0 | 1110 | 100100011 | 1000100 | 111000 |
Color Harmonies of #C443DB
Complementary color
Monochromatic Colors of #C443DB
Black with #C443DB
Text Example
Text Example
White with #C443DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C443DB; }
p { color: rgb(196,67,219); }
H1.HeaderClassName
{
color: #C443DB;
}
.AnyTagClassName
{
color: #C443DB;
}
</style>
background-color css
<style>
a { background-color: #C443DB; }
a { background-color: rgb(196,67,219); }
div.DivClassName
{
background-color: #C443DB;
}
.BgClassName
{
background-color: #C443DB;
}
</style>
border-color css
<style>
span { border-color: #C443DB; }
span { border-color: rgb(196,67,219); }
td.TdClassName
{
border-color: #C443DB;
}
.TagClassName
{
border-color: #C443DB;
}
</style>