Shades of Medium Orchid #C443D3
Tints of Medium Orchid #C443D3
RGB
CMYK
RGB Variations
Color information
#C443D3 (or 0xC443D3) is known color: Medium Orchid. HEX triplet: C4, 43 and D3. RGB value is (196,67,211). Sum of RGB (Red+Green+Blue) = 196+67+211=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 211 - color contains mainly: blue. Hex color #C443D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C443D3 is #3BBC2C. Grayscale: #797979. Windows color (decimal): -3914797 or 13845444. OLE color: 13845444.
HSL color Cylindrical-coordinate representation of color #C443D3: hue angle of 293.75º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C443D3 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 67 | 211 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.17 |
| HSL | 293.75º | 0.62% | 0.55% | - |
| HSV(B) | 293.75º | 0.68% | 0.83% | - |
| XYZ | 36.53 | 20.45 | 63.65 | - |
| YUV | 121.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 211 | 0.07 | 0.68 | 0 | 0.17 | 293.75 | 0.62 | 0.55 |
| Hex | C4 | 43 | D3 | 7 | 44 | 0 | 11 | 126 | 3E | 37 |
| Octal | 304 | 103 | 323 | 7 | 104 | 0 | 21 | 446 | 76 | 67 |
| Binary | 11000100 | 1000011 | 11010011 | 111 | 1000100 | 0 | 10001 | 100100110 | 111110 | 110111 |
Color Harmonies of #C443D3
Complementary color
Monochromatic Colors of #C443D3
Black with #C443D3
Text Example
Text Example
White with #C443D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C443D3; }
p { color: rgb(196,67,211); }
H1.HeaderClassName
{
color: #C443D3;
}
.AnyTagClassName
{
color: #C443D3;
}
</style>
background-color css
<style>
a { background-color: #C443D3; }
a { background-color: rgb(196,67,211); }
div.DivClassName
{
background-color: #C443D3;
}
.BgClassName
{
background-color: #C443D3;
}
</style>
border-color css
<style>
span { border-color: #C443D3; }
span { border-color: rgb(196,67,211); }
td.TdClassName
{
border-color: #C443D3;
}
.TagClassName
{
border-color: #C443D3;
}
</style>