Shades of Medium Orchid #C43CDB
Tints of Medium Orchid #C43CDB
RGB
CMYK
RGB Variations
Color information
#C43CDB (or 0xC43CDB) is known color: Medium Orchid. HEX triplet: C4, 3C and DB. RGB value is (196,60,219). Sum of RGB (Red+Green+Blue) = 196+60+219=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #C43CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CDB is #3BC324. Grayscale: #767676. Windows color (decimal): -3916581 or 14367940. OLE color: 14367940.
HSL color Cylindrical-coordinate representation of color #C43CDB: hue angle of 291.32º 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 #C43CDB is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 60 | 219 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.14 |
| HSL | 291.32º | 0.69% | 0.55% | - |
| HSV(B) | 291.32º | 0.73% | 0.86% | - |
| XYZ | 37.17 | 20.08 | 68.94 | - |
| YUV | 118.79 | 184.56 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 219 | 0.11 | 0.73 | 0 | 0.14 | 291.32 | 0.69 | 0.55 |
| Hex | C4 | 3C | DB | B | 49 | 0 | E | 123 | 45 | 37 |
| Octal | 304 | 74 | 333 | 13 | 111 | 0 | 16 | 443 | 105 | 67 |
| Binary | 11000100 | 111100 | 11011011 | 1011 | 1001001 | 0 | 1110 | 100100011 | 1000101 | 110111 |
Color Harmonies of #C43CDB
Complementary color
Monochromatic Colors of #C43CDB
Black with #C43CDB
Text Example
Text Example
White with #C43CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CDB; }
p { color: rgb(196,60,219); }
H1.HeaderClassName
{
color: #C43CDB;
}
.AnyTagClassName
{
color: #C43CDB;
}
</style>
background-color css
<style>
a { background-color: #C43CDB; }
a { background-color: rgb(196,60,219); }
div.DivClassName
{
background-color: #C43CDB;
}
.BgClassName
{
background-color: #C43CDB;
}
</style>
border-color css
<style>
span { border-color: #C43CDB; }
span { border-color: rgb(196,60,219); }
td.TdClassName
{
border-color: #C43CDB;
}
.TagClassName
{
border-color: #C43CDB;
}
</style>