Shades of Medium Orchid #C43FDD
Tints of Medium Orchid #C43FDD
RGB
CMYK
RGB Variations
Color information
#C43FDD (or 0xC43FDD) is known color: Medium Orchid. HEX triplet: C4, 3F and DD. RGB value is (196,63,221). Sum of RGB (Red+Green+Blue) = 196+63+221=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #C43FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FDD is #3BC022. Grayscale: #787878. Windows color (decimal): -3915811 or 14499780. OLE color: 14499780.
HSL color Cylindrical-coordinate representation of color #C43FDD: hue angle of 290.51º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43FDD is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 63 | 221 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.13 |
| HSL | 290.51º | 0.7% | 0.56% | - |
| HSV(B) | 290.51º | 0.71% | 0.87% | - |
| XYZ | 37.59 | 20.51 | 70.38 | - |
| YUV | 120.78 | 184.56 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 221 | 0.11 | 0.71 | 0 | 0.13 | 290.51 | 0.7 | 0.56 |
| Hex | C4 | 3F | DD | B | 47 | 0 | D | 123 | 46 | 38 |
| Octal | 304 | 77 | 335 | 13 | 107 | 0 | 15 | 443 | 106 | 70 |
| Binary | 11000100 | 111111 | 11011101 | 1011 | 1000111 | 0 | 1101 | 100100011 | 1000110 | 111000 |
Color Harmonies of #C43FDD
Complementary color
Monochromatic Colors of #C43FDD
Black with #C43FDD
Text Example
Text Example
White with #C43FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FDD; }
p { color: rgb(196,63,221); }
H1.HeaderClassName
{
color: #C43FDD;
}
.AnyTagClassName
{
color: #C43FDD;
}
</style>
background-color css
<style>
a { background-color: #C43FDD; }
a { background-color: rgb(196,63,221); }
div.DivClassName
{
background-color: #C43FDD;
}
.BgClassName
{
background-color: #C43FDD;
}
</style>
border-color css
<style>
span { border-color: #C43FDD; }
span { border-color: rgb(196,63,221); }
td.TdClassName
{
border-color: #C43FDD;
}
.TagClassName
{
border-color: #C43FDD;
}
</style>