Shades of Medium Orchid #C44ADD
Tints of Medium Orchid #C44ADD
RGB
CMYK
RGB Variations
Color information
#C44ADD (or 0xC44ADD) is known color: Medium Orchid. HEX triplet: C4, 4A and DD. RGB value is (196,74,221). Sum of RGB (Red+Green+Blue) = 196+74+221=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #C44ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44ADD is #3BB522. Grayscale: #7E7E7E. Windows color (decimal): -3912995 or 14502596. OLE color: 14502596.
HSL color Cylindrical-coordinate representation of color #C44ADD: hue angle of 289.8º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44ADD is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 74 | 221 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.13 |
| HSL | 289.8º | 0.68% | 0.58% | - |
| HSV(B) | 289.8º | 0.67% | 0.87% | - |
| XYZ | 38.26 | 21.85 | 70.61 | - |
| YUV | 127.24 | 180.92 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 221 | 0.11 | 0.67 | 0 | 0.13 | 289.8 | 0.68 | 0.58 |
| Hex | C4 | 4A | DD | B | 43 | 0 | D | 122 | 44 | 3A |
| Octal | 304 | 112 | 335 | 13 | 103 | 0 | 15 | 442 | 104 | 72 |
| Binary | 11000100 | 1001010 | 11011101 | 1011 | 1000011 | 0 | 1101 | 100100010 | 1000100 | 111010 |
Color Harmonies of #C44ADD
Complementary color
Monochromatic Colors of #C44ADD
Black with #C44ADD
Text Example
Text Example
White with #C44ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44ADD; }
p { color: rgb(196,74,221); }
H1.HeaderClassName
{
color: #C44ADD;
}
.AnyTagClassName
{
color: #C44ADD;
}
</style>
background-color css
<style>
a { background-color: #C44ADD; }
a { background-color: rgb(196,74,221); }
div.DivClassName
{
background-color: #C44ADD;
}
.BgClassName
{
background-color: #C44ADD;
}
</style>
border-color css
<style>
span { border-color: #C44ADD; }
span { border-color: rgb(196,74,221); }
td.TdClassName
{
border-color: #C44ADD;
}
.TagClassName
{
border-color: #C44ADD;
}
</style>