Shades of Medium Orchid #C440D3
Tints of Medium Orchid #C440D3
RGB
CMYK
RGB Variations
Color information
#C440D3 (or 0xC440D3) is known color: Medium Orchid. HEX triplet: C4, 40 and D3. RGB value is (196,64,211). Sum of RGB (Red+Green+Blue) = 196+64+211=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 211 - color contains mainly: blue. Hex color #C440D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440D3 is #3BBF2C. Grayscale: #777777. Windows color (decimal): -3915565 or 13844676. OLE color: 13844676.
HSL color Cylindrical-coordinate representation of color #C440D3: hue angle of 293.88º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C440D3 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 64 | 211 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.17 |
| HSL | 293.88º | 0.63% | 0.54% | - |
| HSV(B) | 293.88º | 0.7% | 0.83% | - |
| XYZ | 36.36 | 20.11 | 63.59 | - |
| YUV | 120.23 | 179.23 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 211 | 0.07 | 0.70 | 0 | 0.17 | 293.88 | 0.63 | 0.54 |
| Hex | C4 | 40 | D3 | 7 | 46 | 0 | 11 | 126 | 3F | 36 |
| Octal | 304 | 100 | 323 | 7 | 106 | 0 | 21 | 446 | 77 | 66 |
| Binary | 11000100 | 1000000 | 11010011 | 111 | 1000110 | 0 | 10001 | 100100110 | 111111 | 110110 |
Color Harmonies of #C440D3
Complementary color
Monochromatic Colors of #C440D3
Black with #C440D3
Text Example
Text Example
White with #C440D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440D3; }
p { color: rgb(196,64,211); }
H1.HeaderClassName
{
color: #C440D3;
}
.AnyTagClassName
{
color: #C440D3;
}
</style>
background-color css
<style>
a { background-color: #C440D3; }
a { background-color: rgb(196,64,211); }
div.DivClassName
{
background-color: #C440D3;
}
.BgClassName
{
background-color: #C440D3;
}
</style>
border-color css
<style>
span { border-color: #C440D3; }
span { border-color: rgb(196,64,211); }
td.TdClassName
{
border-color: #C440D3;
}
.TagClassName
{
border-color: #C440D3;
}
</style>