Shades of Medium Orchid #C43FD5
Tints of Medium Orchid #C43FD5
RGB
CMYK
RGB Variations
Color information
#C43FD5 (or 0xC43FD5) is known color: Medium Orchid. HEX triplet: C4, 3F and D5. RGB value is (196,63,213). Sum of RGB (Red+Green+Blue) = 196+63+213=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #C43FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FD5 is #3BC02A. Grayscale: #777777. Windows color (decimal): -3915819 or 13975492. OLE color: 13975492.
HSL color Cylindrical-coordinate representation of color #C43FD5: hue angle of 293.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43FD5 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 63 | 213 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.16 |
| HSL | 293.2º | 0.64% | 0.54% | - |
| HSV(B) | 293.2º | 0.7% | 0.84% | - |
| XYZ | 36.55 | 20.09 | 64.9 | - |
| YUV | 119.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 213 | 0.08 | 0.70 | 0 | 0.16 | 293.2 | 0.64 | 0.54 |
| Hex | C4 | 3F | D5 | 8 | 46 | 0 | 10 | 125 | 40 | 36 |
| Octal | 304 | 77 | 325 | 10 | 106 | 0 | 20 | 445 | 100 | 66 |
| Binary | 11000100 | 111111 | 11010101 | 1000 | 1000110 | 0 | 10000 | 100100101 | 1000000 | 110110 |
Color Harmonies of #C43FD5
Complementary color
Monochromatic Colors of #C43FD5
Black with #C43FD5
Text Example
Text Example
White with #C43FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FD5; }
p { color: rgb(196,63,213); }
H1.HeaderClassName
{
color: #C43FD5;
}
.AnyTagClassName
{
color: #C43FD5;
}
</style>
background-color css
<style>
a { background-color: #C43FD5; }
a { background-color: rgb(196,63,213); }
div.DivClassName
{
background-color: #C43FD5;
}
.BgClassName
{
background-color: #C43FD5;
}
</style>
border-color css
<style>
span { border-color: #C43FD5; }
span { border-color: rgb(196,63,213); }
td.TdClassName
{
border-color: #C43FD5;
}
.TagClassName
{
border-color: #C43FD5;
}
</style>