Shades of Medium Orchid #C44DDA
Tints of Medium Orchid #C44DDA
RGB
CMYK
RGB Variations
Color information
#C44DDA (or 0xC44DDA) is known color: Medium Orchid. HEX triplet: C4, 4D and DA. RGB value is (196,77,218). Sum of RGB (Red+Green+Blue) = 196+77+218=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #C44DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DDA is #3BB225. Grayscale: #808080. Windows color (decimal): -3912230 or 14306756. OLE color: 14306756.
HSL color Cylindrical-coordinate representation of color #C44DDA: hue angle of 290.64º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44DDA is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 77 | 218 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.15 |
| HSL | 290.64º | 0.66% | 0.58% | - |
| HSV(B) | 290.64º | 0.65% | 0.85% | - |
| XYZ | 38.07 | 22.11 | 68.59 | - |
| YUV | 128.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 218 | 0.10 | 0.65 | 0 | 0.15 | 290.64 | 0.66 | 0.58 |
| Hex | C4 | 4D | DA | A | 41 | 0 | F | 123 | 42 | 3A |
| Octal | 304 | 115 | 332 | 12 | 101 | 0 | 17 | 443 | 102 | 72 |
| Binary | 11000100 | 1001101 | 11011010 | 1010 | 1000001 | 0 | 1111 | 100100011 | 1000010 | 111010 |
Color Harmonies of #C44DDA
Complementary color
Monochromatic Colors of #C44DDA
Black with #C44DDA
Text Example
Text Example
White with #C44DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DDA; }
p { color: rgb(196,77,218); }
H1.HeaderClassName
{
color: #C44DDA;
}
.AnyTagClassName
{
color: #C44DDA;
}
</style>
background-color css
<style>
a { background-color: #C44DDA; }
a { background-color: rgb(196,77,218); }
div.DivClassName
{
background-color: #C44DDA;
}
.BgClassName
{
background-color: #C44DDA;
}
</style>
border-color css
<style>
span { border-color: #C44DDA; }
span { border-color: rgb(196,77,218); }
td.TdClassName
{
border-color: #C44DDA;
}
.TagClassName
{
border-color: #C44DDA;
}
</style>