Shades of Medium Orchid #C43EDD
Tints of Medium Orchid #C43EDD
RGB
CMYK
RGB Variations
Color information
#C43EDD (or 0xC43EDD) is known color: Medium Orchid. HEX triplet: C4, 3E and DD. RGB value is (196,62,221). Sum of RGB (Red+Green+Blue) = 196+62+221=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #C43EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43EDD is #3BC122. Grayscale: #777777. Windows color (decimal): -3916067 or 14499524. OLE color: 14499524.
HSL color Cylindrical-coordinate representation of color #C43EDD: hue angle of 290.57º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43EDD is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 62 | 221 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.13 |
| HSL | 290.57º | 0.7% | 0.55% | - |
| HSV(B) | 290.57º | 0.72% | 0.87% | - |
| XYZ | 37.54 | 20.4 | 70.37 | - |
| YUV | 120.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 221 | 0.11 | 0.72 | 0 | 0.13 | 290.57 | 0.7 | 0.55 |
| Hex | C4 | 3E | DD | B | 48 | 0 | D | 123 | 46 | 37 |
| Octal | 304 | 76 | 335 | 13 | 110 | 0 | 15 | 443 | 106 | 67 |
| Binary | 11000100 | 111110 | 11011101 | 1011 | 1001000 | 0 | 1101 | 100100011 | 1000110 | 110111 |
Color Harmonies of #C43EDD
Complementary color
Monochromatic Colors of #C43EDD
Black with #C43EDD
Text Example
Text Example
White with #C43EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43EDD; }
p { color: rgb(196,62,221); }
H1.HeaderClassName
{
color: #C43EDD;
}
.AnyTagClassName
{
color: #C43EDD;
}
</style>
background-color css
<style>
a { background-color: #C43EDD; }
a { background-color: rgb(196,62,221); }
div.DivClassName
{
background-color: #C43EDD;
}
.BgClassName
{
background-color: #C43EDD;
}
</style>
border-color css
<style>
span { border-color: #C43EDD; }
span { border-color: rgb(196,62,221); }
td.TdClassName
{
border-color: #C43EDD;
}
.TagClassName
{
border-color: #C43EDD;
}
</style>