Shades of Medium Orchid #C440D4
Tints of Medium Orchid #C440D4
RGB
CMYK
RGB Variations
Color information
#C440D4 (or 0xC440D4) is known color: Medium Orchid. HEX triplet: C4, 40 and D4. RGB value is (196,64,212). Sum of RGB (Red+Green+Blue) = 196+64+212=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #C440D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440D4 is #3BBF2B. Grayscale: #777777. Windows color (decimal): -3915564 or 13910212. OLE color: 13910212.
HSL color Cylindrical-coordinate representation of color #C440D4: hue angle of 293.51º 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 #C440D4 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 64 | 212 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.17 |
| HSL | 293.51º | 0.63% | 0.54% | - |
| HSV(B) | 293.51º | 0.7% | 0.83% | - |
| XYZ | 36.48 | 20.16 | 64.26 | - |
| YUV | 120.34 | 179.73 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 212 | 0.08 | 0.70 | 0 | 0.17 | 293.51 | 0.63 | 0.54 |
| Hex | C4 | 40 | D4 | 8 | 46 | 0 | 11 | 126 | 3F | 36 |
| Octal | 304 | 100 | 324 | 10 | 106 | 0 | 21 | 446 | 77 | 66 |
| Binary | 11000100 | 1000000 | 11010100 | 1000 | 1000110 | 0 | 10001 | 100100110 | 111111 | 110110 |
Color Harmonies of #C440D4
Complementary color
Monochromatic Colors of #C440D4
Black with #C440D4
Text Example
Text Example
White with #C440D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440D4; }
p { color: rgb(196,64,212); }
H1.HeaderClassName
{
color: #C440D4;
}
.AnyTagClassName
{
color: #C440D4;
}
</style>
background-color css
<style>
a { background-color: #C440D4; }
a { background-color: rgb(196,64,212); }
div.DivClassName
{
background-color: #C440D4;
}
.BgClassName
{
background-color: #C440D4;
}
</style>
border-color css
<style>
span { border-color: #C440D4; }
span { border-color: rgb(196,64,212); }
td.TdClassName
{
border-color: #C440D4;
}
.TagClassName
{
border-color: #C440D4;
}
</style>