Shades of Medium Orchid #C440DA
Tints of Medium Orchid #C440DA
RGB
CMYK
RGB Variations
Color information
#C440DA (or 0xC440DA) is known color: Medium Orchid. HEX triplet: C4, 40 and DA. RGB value is (196,64,218). Sum of RGB (Red+Green+Blue) = 196+64+218=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #C440DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440DA is #3BBF25. Grayscale: #787878. Windows color (decimal): -3915558 or 14303428. OLE color: 14303428.
HSL color Cylindrical-coordinate representation of color #C440DA: hue angle of 291.43º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C440DA is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 64 | 218 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.15 |
| HSL | 291.43º | 0.68% | 0.55% | - |
| HSV(B) | 291.43º | 0.71% | 0.85% | - |
| XYZ | 37.25 | 20.46 | 68.32 | - |
| YUV | 121.02 | 182.73 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 218 | 0.10 | 0.71 | 0 | 0.15 | 291.43 | 0.68 | 0.55 |
| Hex | C4 | 40 | DA | A | 47 | 0 | F | 123 | 44 | 37 |
| Octal | 304 | 100 | 332 | 12 | 107 | 0 | 17 | 443 | 104 | 67 |
| Binary | 11000100 | 1000000 | 11011010 | 1010 | 1000111 | 0 | 1111 | 100100011 | 1000100 | 110111 |
Color Harmonies of #C440DA
Complementary color
Monochromatic Colors of #C440DA
Black with #C440DA
Text Example
Text Example
White with #C440DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440DA; }
p { color: rgb(196,64,218); }
H1.HeaderClassName
{
color: #C440DA;
}
.AnyTagClassName
{
color: #C440DA;
}
</style>
background-color css
<style>
a { background-color: #C440DA; }
a { background-color: rgb(196,64,218); }
div.DivClassName
{
background-color: #C440DA;
}
.BgClassName
{
background-color: #C440DA;
}
</style>
border-color css
<style>
span { border-color: #C440DA; }
span { border-color: rgb(196,64,218); }
td.TdClassName
{
border-color: #C440DA;
}
.TagClassName
{
border-color: #C440DA;
}
</style>