Shades of Medium Orchid #C44AD9
Tints of Medium Orchid #C44AD9
RGB
CMYK
RGB Variations
Color information
#C44AD9 (or 0xC44AD9) is known color: Medium Orchid. HEX triplet: C4, 4A and D9. RGB value is (196,74,217). Sum of RGB (Red+Green+Blue) = 196+74+217=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #C44AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44AD9 is #3BB526. Grayscale: #7E7E7E. Windows color (decimal): -3912999 or 14240452. OLE color: 14240452.
HSL color Cylindrical-coordinate representation of color #C44AD9: hue angle of 291.19º degrees, saturation: 0.65, 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 #C44AD9 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 74 | 217 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.15 |
| HSL | 291.19º | 0.65% | 0.57% | - |
| HSV(B) | 291.19º | 0.66% | 0.85% | - |
| XYZ | 37.74 | 21.64 | 67.83 | - |
| YUV | 126.78 | 178.92 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 217 | 0.10 | 0.66 | 0 | 0.15 | 291.19 | 0.65 | 0.57 |
| Hex | C4 | 4A | D9 | A | 42 | 0 | F | 123 | 41 | 39 |
| Octal | 304 | 112 | 331 | 12 | 102 | 0 | 17 | 443 | 101 | 71 |
| Binary | 11000100 | 1001010 | 11011001 | 1010 | 1000010 | 0 | 1111 | 100100011 | 1000001 | 111001 |
Color Harmonies of #C44AD9
Complementary color
Monochromatic Colors of #C44AD9
Black with #C44AD9
Text Example
Text Example
White with #C44AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44AD9; }
p { color: rgb(196,74,217); }
H1.HeaderClassName
{
color: #C44AD9;
}
.AnyTagClassName
{
color: #C44AD9;
}
</style>
background-color css
<style>
a { background-color: #C44AD9; }
a { background-color: rgb(196,74,217); }
div.DivClassName
{
background-color: #C44AD9;
}
.BgClassName
{
background-color: #C44AD9;
}
</style>
border-color css
<style>
span { border-color: #C44AD9; }
span { border-color: rgb(196,74,217); }
td.TdClassName
{
border-color: #C44AD9;
}
.TagClassName
{
border-color: #C44AD9;
}
</style>