Shades of Medium Orchid #C43EDE
Tints of Medium Orchid #C43EDE
RGB
CMYK
RGB Variations
Color information
#C43EDE (or 0xC43EDE) is known color: Medium Orchid. HEX triplet: C4, 3E and DE. RGB value is (196,62,222). Sum of RGB (Red+Green+Blue) = 196+62+222=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 62 (24.61% from 255 or 12.92% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #C43EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43EDE is #3BC121. Grayscale: #777777. Windows color (decimal): -3916066 or 14565060. OLE color: 14565060.
HSL color Cylindrical-coordinate representation of color #C43EDE: hue angle of 290.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43EDE is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 62 | 222 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.13 |
| HSL | 290.25º | 0.71% | 0.56% | - |
| HSV(B) | 290.25º | 0.72% | 0.87% | - |
| XYZ | 37.67 | 20.45 | 71.07 | - |
| YUV | 120.31 | 185.39 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 222 | 0.12 | 0.72 | 0 | 0.13 | 290.25 | 0.71 | 0.56 |
| Hex | C4 | 3E | DE | C | 48 | 0 | D | 122 | 47 | 38 |
| Octal | 304 | 76 | 336 | 14 | 110 | 0 | 15 | 442 | 107 | 70 |
| Binary | 11000100 | 111110 | 11011110 | 1100 | 1001000 | 0 | 1101 | 100100010 | 1000111 | 111000 |
Color Harmonies of #C43EDE
Complementary color
Monochromatic Colors of #C43EDE
Black with #C43EDE
Text Example
Text Example
White with #C43EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43EDE; }
p { color: rgb(196,62,222); }
H1.HeaderClassName
{
color: #C43EDE;
}
.AnyTagClassName
{
color: #C43EDE;
}
</style>
background-color css
<style>
a { background-color: #C43EDE; }
a { background-color: rgb(196,62,222); }
div.DivClassName
{
background-color: #C43EDE;
}
.BgClassName
{
background-color: #C43EDE;
}
</style>
border-color css
<style>
span { border-color: #C43EDE; }
span { border-color: rgb(196,62,222); }
td.TdClassName
{
border-color: #C43EDE;
}
.TagClassName
{
border-color: #C43EDE;
}
</style>