Shades of Medium Orchid #C44ADA
Tints of Medium Orchid #C44ADA
RGB
CMYK
RGB Variations
Color information
#C44ADA (or 0xC44ADA) is known color: Medium Orchid. HEX triplet: C4, 4A and DA. RGB value is (196,74,218). Sum of RGB (Red+Green+Blue) = 196+74+218=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #C44ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44ADA is #3BB525. Grayscale: #7E7E7E. Windows color (decimal): -3912998 or 14305988. OLE color: 14305988.
HSL color Cylindrical-coordinate representation of color #C44ADA: hue angle of 290.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44ADA is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 74 | 218 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.15 |
| HSL | 290.83º | 0.66% | 0.57% | - |
| HSV(B) | 290.83º | 0.66% | 0.85% | - |
| XYZ | 37.87 | 21.7 | 68.52 | - |
| YUV | 126.89 | 179.42 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 218 | 0.10 | 0.66 | 0 | 0.15 | 290.83 | 0.66 | 0.57 |
| Hex | C4 | 4A | DA | A | 42 | 0 | F | 123 | 42 | 39 |
| Octal | 304 | 112 | 332 | 12 | 102 | 0 | 17 | 443 | 102 | 71 |
| Binary | 11000100 | 1001010 | 11011010 | 1010 | 1000010 | 0 | 1111 | 100100011 | 1000010 | 111001 |
Color Harmonies of #C44ADA
Complementary color
Monochromatic Colors of #C44ADA
Black with #C44ADA
Text Example
Text Example
White with #C44ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44ADA; }
p { color: rgb(196,74,218); }
H1.HeaderClassName
{
color: #C44ADA;
}
.AnyTagClassName
{
color: #C44ADA;
}
</style>
background-color css
<style>
a { background-color: #C44ADA; }
a { background-color: rgb(196,74,218); }
div.DivClassName
{
background-color: #C44ADA;
}
.BgClassName
{
background-color: #C44ADA;
}
</style>
border-color css
<style>
span { border-color: #C44ADA; }
span { border-color: rgb(196,74,218); }
td.TdClassName
{
border-color: #C44ADA;
}
.TagClassName
{
border-color: #C44ADA;
}
</style>