Shades of Medium Orchid #C43ADA
Tints of Medium Orchid #C43ADA
RGB
CMYK
RGB Variations
Color information
#C43ADA (or 0xC43ADA) is known color: Medium Orchid. HEX triplet: C4, 3A and DA. RGB value is (196,58,218). Sum of RGB (Red+Green+Blue) = 196+58+218=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #C43ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ADA is #3BC525. Grayscale: #757575. Windows color (decimal): -3917094 or 14301892. OLE color: 14301892.
HSL color Cylindrical-coordinate representation of color #C43ADA: hue angle of 291.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43ADA is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 58 | 218 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.15 |
| HSL | 291.75º | 0.68% | 0.54% | - |
| HSV(B) | 291.75º | 0.73% | 0.85% | - |
| XYZ | 36.93 | 19.82 | 68.21 | - |
| YUV | 117.5 | 184.72 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 218 | 0.10 | 0.73 | 0 | 0.15 | 291.75 | 0.68 | 0.54 |
| Hex | C4 | 3A | DA | A | 49 | 0 | F | 124 | 44 | 36 |
| Octal | 304 | 72 | 332 | 12 | 111 | 0 | 17 | 444 | 104 | 66 |
| Binary | 11000100 | 111010 | 11011010 | 1010 | 1001001 | 0 | 1111 | 100100100 | 1000100 | 110110 |
Color Harmonies of #C43ADA
Complementary color
Monochromatic Colors of #C43ADA
Black with #C43ADA
Text Example
Text Example
White with #C43ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43ADA; }
p { color: rgb(196,58,218); }
H1.HeaderClassName
{
color: #C43ADA;
}
.AnyTagClassName
{
color: #C43ADA;
}
</style>
background-color css
<style>
a { background-color: #C43ADA; }
a { background-color: rgb(196,58,218); }
div.DivClassName
{
background-color: #C43ADA;
}
.BgClassName
{
background-color: #C43ADA;
}
</style>
border-color css
<style>
span { border-color: #C43ADA; }
span { border-color: rgb(196,58,218); }
td.TdClassName
{
border-color: #C43ADA;
}
.TagClassName
{
border-color: #C43ADA;
}
</style>