Shades of Medium Orchid #C440DD
Tints of Medium Orchid #C440DD
RGB
CMYK
RGB Variations
Color information
#C440DD (or 0xC440DD) is known color: Medium Orchid. HEX triplet: C4, 40 and DD. RGB value is (196,64,221). Sum of RGB (Red+Green+Blue) = 196+64+221=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #C440DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440DD is #3BBF22. Grayscale: #787878. Windows color (decimal): -3915555 or 14500036. OLE color: 14500036.
HSL color Cylindrical-coordinate representation of color #C440DD: hue angle of 290.45º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C440DD is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 64 | 221 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.13 |
| HSL | 290.45º | 0.7% | 0.56% | - |
| HSV(B) | 290.45º | 0.71% | 0.87% | - |
| XYZ | 37.65 | 20.62 | 70.4 | - |
| YUV | 121.37 | 184.23 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 221 | 0.11 | 0.71 | 0 | 0.13 | 290.45 | 0.7 | 0.56 |
| Hex | C4 | 40 | DD | B | 47 | 0 | D | 122 | 46 | 38 |
| Octal | 304 | 100 | 335 | 13 | 107 | 0 | 15 | 442 | 106 | 70 |
| Binary | 11000100 | 1000000 | 11011101 | 1011 | 1000111 | 0 | 1101 | 100100010 | 1000110 | 111000 |
Color Harmonies of #C440DD
Complementary color
Monochromatic Colors of #C440DD
Black with #C440DD
Text Example
Text Example
White with #C440DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440DD; }
p { color: rgb(196,64,221); }
H1.HeaderClassName
{
color: #C440DD;
}
.AnyTagClassName
{
color: #C440DD;
}
</style>
background-color css
<style>
a { background-color: #C440DD; }
a { background-color: rgb(196,64,221); }
div.DivClassName
{
background-color: #C440DD;
}
.BgClassName
{
background-color: #C440DD;
}
</style>
border-color css
<style>
span { border-color: #C440DD; }
span { border-color: rgb(196,64,221); }
td.TdClassName
{
border-color: #C440DD;
}
.TagClassName
{
border-color: #C440DD;
}
</style>