Shades of Medium Orchid #C43EDA
Tints of Medium Orchid #C43EDA
RGB
CMYK
RGB Variations
Color information
#C43EDA (or 0xC43EDA) is known color: Medium Orchid. HEX triplet: C4, 3E and DA. RGB value is (196,62,218). Sum of RGB (Red+Green+Blue) = 196+62+218=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #C43EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43EDA is #3BC125. Grayscale: #777777. Windows color (decimal): -3916070 or 14302916. OLE color: 14302916.
HSL color Cylindrical-coordinate representation of color #C43EDA: hue angle of 291.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43EDA is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 62 | 218 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.15 |
| HSL | 291.54º | 0.68% | 0.55% | - |
| HSV(B) | 291.54º | 0.72% | 0.85% | - |
| XYZ | 37.14 | 20.24 | 68.28 | - |
| YUV | 119.85 | 183.39 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 218 | 0.10 | 0.72 | 0 | 0.15 | 291.54 | 0.68 | 0.55 |
| Hex | C4 | 3E | DA | A | 48 | 0 | F | 124 | 44 | 37 |
| Octal | 304 | 76 | 332 | 12 | 110 | 0 | 17 | 444 | 104 | 67 |
| Binary | 11000100 | 111110 | 11011010 | 1010 | 1001000 | 0 | 1111 | 100100100 | 1000100 | 110111 |
Color Harmonies of #C43EDA
Complementary color
Monochromatic Colors of #C43EDA
Black with #C43EDA
Text Example
Text Example
White with #C43EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43EDA; }
p { color: rgb(196,62,218); }
H1.HeaderClassName
{
color: #C43EDA;
}
.AnyTagClassName
{
color: #C43EDA;
}
</style>
background-color css
<style>
a { background-color: #C43EDA; }
a { background-color: rgb(196,62,218); }
div.DivClassName
{
background-color: #C43EDA;
}
.BgClassName
{
background-color: #C43EDA;
}
</style>
border-color css
<style>
span { border-color: #C43EDA; }
span { border-color: rgb(196,62,218); }
td.TdClassName
{
border-color: #C43EDA;
}
.TagClassName
{
border-color: #C43EDA;
}
</style>