Shades of Medium Orchid #C44CDA
Tints of Medium Orchid #C44CDA
RGB
CMYK
RGB Variations
Color information
#C44CDA (or 0xC44CDA) is known color: Medium Orchid. HEX triplet: C4, 4C and DA. RGB value is (196,76,218). Sum of RGB (Red+Green+Blue) = 196+76+218=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #C44CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CDA is #3BB325. Grayscale: #7F7F7F. Windows color (decimal): -3912486 or 14306500. OLE color: 14306500.
HSL color Cylindrical-coordinate representation of color #C44CDA: hue angle of 290.7º 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 #C44CDA is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 76 | 218 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.15 |
| HSL | 290.7º | 0.66% | 0.58% | - |
| HSV(B) | 290.7º | 0.65% | 0.85% | - |
| XYZ | 38 | 21.97 | 68.57 | - |
| YUV | 128.07 | 178.76 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 218 | 0.10 | 0.65 | 0 | 0.15 | 290.7 | 0.66 | 0.58 |
| Hex | C4 | 4C | DA | A | 41 | 0 | F | 123 | 42 | 3A |
| Octal | 304 | 114 | 332 | 12 | 101 | 0 | 17 | 443 | 102 | 72 |
| Binary | 11000100 | 1001100 | 11011010 | 1010 | 1000001 | 0 | 1111 | 100100011 | 1000010 | 111010 |
Color Harmonies of #C44CDA
Complementary color
Monochromatic Colors of #C44CDA
Black with #C44CDA
Text Example
Text Example
White with #C44CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44CDA; }
p { color: rgb(196,76,218); }
H1.HeaderClassName
{
color: #C44CDA;
}
.AnyTagClassName
{
color: #C44CDA;
}
</style>
background-color css
<style>
a { background-color: #C44CDA; }
a { background-color: rgb(196,76,218); }
div.DivClassName
{
background-color: #C44CDA;
}
.BgClassName
{
background-color: #C44CDA;
}
</style>
border-color css
<style>
span { border-color: #C44CDA; }
span { border-color: rgb(196,76,218); }
td.TdClassName
{
border-color: #C44CDA;
}
.TagClassName
{
border-color: #C44CDA;
}
</style>