Shades of Medium Orchid #C43ED2
Tints of Medium Orchid #C43ED2
RGB
CMYK
RGB Variations
Color information
#C43ED2 (or 0xC43ED2) is known color: Medium Orchid. HEX triplet: C4, 3E and D2. RGB value is (196,62,210). Sum of RGB (Red+Green+Blue) = 196+62+210=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #C43ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ED2 is #3BC12D. Grayscale: #767676. Windows color (decimal): -3916078 or 13778628. OLE color: 13778628.
HSL color Cylindrical-coordinate representation of color #C43ED2: hue angle of 294.32º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43ED2 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 62 | 210 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.18 |
| HSL | 294.32º | 0.62% | 0.53% | - |
| HSV(B) | 294.32º | 0.7% | 0.82% | - |
| XYZ | 36.12 | 19.83 | 62.9 | - |
| YUV | 118.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 210 | 0.07 | 0.70 | 0 | 0.18 | 294.32 | 0.62 | 0.53 |
| Hex | C4 | 3E | D2 | 7 | 46 | 0 | 12 | 126 | 3E | 35 |
| Octal | 304 | 76 | 322 | 7 | 106 | 0 | 22 | 446 | 76 | 65 |
| Binary | 11000100 | 111110 | 11010010 | 111 | 1000110 | 0 | 10010 | 100100110 | 111110 | 110101 |
Color Harmonies of #C43ED2
Complementary color
Monochromatic Colors of #C43ED2
Black with #C43ED2
Text Example
Text Example
White with #C43ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43ED2; }
p { color: rgb(196,62,210); }
H1.HeaderClassName
{
color: #C43ED2;
}
.AnyTagClassName
{
color: #C43ED2;
}
</style>
background-color css
<style>
a { background-color: #C43ED2; }
a { background-color: rgb(196,62,210); }
div.DivClassName
{
background-color: #C43ED2;
}
.BgClassName
{
background-color: #C43ED2;
}
</style>
border-color css
<style>
span { border-color: #C43ED2; }
span { border-color: rgb(196,62,210); }
td.TdClassName
{
border-color: #C43ED2;
}
.TagClassName
{
border-color: #C43ED2;
}
</style>