Shades of Medium Orchid #C440D5
Tints of Medium Orchid #C440D5
RGB
CMYK
RGB Variations
Color information
#C440D5 (or 0xC440D5) is known color: Medium Orchid. HEX triplet: C4, 40 and D5. RGB value is (196,64,213). Sum of RGB (Red+Green+Blue) = 196+64+213=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #C440D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440D5 is #3BBF2A. Grayscale: #777777. Windows color (decimal): -3915563 or 13975748. OLE color: 13975748.
HSL color Cylindrical-coordinate representation of color #C440D5: hue angle of 293.15º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C440D5 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 64 | 213 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.16 |
| HSL | 293.15º | 0.64% | 0.54% | - |
| HSV(B) | 293.15º | 0.7% | 0.84% | - |
| XYZ | 36.61 | 20.21 | 64.92 | - |
| YUV | 120.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 213 | 0.08 | 0.70 | 0 | 0.16 | 293.15 | 0.64 | 0.54 |
| Hex | C4 | 40 | D5 | 8 | 46 | 0 | 10 | 125 | 40 | 36 |
| Octal | 304 | 100 | 325 | 10 | 106 | 0 | 20 | 445 | 100 | 66 |
| Binary | 11000100 | 1000000 | 11010101 | 1000 | 1000110 | 0 | 10000 | 100100101 | 1000000 | 110110 |
Color Harmonies of #C440D5
Complementary color
Monochromatic Colors of #C440D5
Black with #C440D5
Text Example
Text Example
White with #C440D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440D5; }
p { color: rgb(196,64,213); }
H1.HeaderClassName
{
color: #C440D5;
}
.AnyTagClassName
{
color: #C440D5;
}
</style>
background-color css
<style>
a { background-color: #C440D5; }
a { background-color: rgb(196,64,213); }
div.DivClassName
{
background-color: #C440D5;
}
.BgClassName
{
background-color: #C440D5;
}
</style>
border-color css
<style>
span { border-color: #C440D5; }
span { border-color: rgb(196,64,213); }
td.TdClassName
{
border-color: #C440D5;
}
.TagClassName
{
border-color: #C440D5;
}
</style>