Shades of Medium Orchid #C44CDD
Tints of Medium Orchid #C44CDD
RGB
CMYK
RGB Variations
Color information
#C44CDD (or 0xC44CDD) is known color: Medium Orchid. HEX triplet: C4, 4C and DD. RGB value is (196,76,221). Sum of RGB (Red+Green+Blue) = 196+76+221=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #C44CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CDD is #3BB322. Grayscale: #7F7F7F. Windows color (decimal): -3912483 or 14503108. OLE color: 14503108.
HSL color Cylindrical-coordinate representation of color #C44CDD: hue angle of 289.66º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44CDD is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 76 | 221 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.13 |
| HSL | 289.66º | 0.68% | 0.58% | - |
| HSV(B) | 289.66º | 0.66% | 0.87% | - |
| XYZ | 38.4 | 22.13 | 70.65 | - |
| YUV | 128.41 | 180.26 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 221 | 0.11 | 0.66 | 0 | 0.13 | 289.66 | 0.68 | 0.58 |
| Hex | C4 | 4C | DD | B | 42 | 0 | D | 122 | 44 | 3A |
| Octal | 304 | 114 | 335 | 13 | 102 | 0 | 15 | 442 | 104 | 72 |
| Binary | 11000100 | 1001100 | 11011101 | 1011 | 1000010 | 0 | 1101 | 100100010 | 1000100 | 111010 |
Color Harmonies of #C44CDD
Complementary color
Monochromatic Colors of #C44CDD
Black with #C44CDD
Text Example
Text Example
White with #C44CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44CDD; }
p { color: rgb(196,76,221); }
H1.HeaderClassName
{
color: #C44CDD;
}
.AnyTagClassName
{
color: #C44CDD;
}
</style>
background-color css
<style>
a { background-color: #C44CDD; }
a { background-color: rgb(196,76,221); }
div.DivClassName
{
background-color: #C44CDD;
}
.BgClassName
{
background-color: #C44CDD;
}
</style>
border-color css
<style>
span { border-color: #C44CDD; }
span { border-color: rgb(196,76,221); }
td.TdClassName
{
border-color: #C44CDD;
}
.TagClassName
{
border-color: #C44CDD;
}
</style>