Shades of Medium Orchid #C440DB
Tints of Medium Orchid #C440DB
RGB
CMYK
RGB Variations
Color information
#C440DB (or 0xC440DB) is known color: Medium Orchid. HEX triplet: C4, 40 and DB. RGB value is (196,64,219). Sum of RGB (Red+Green+Blue) = 196+64+219=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #C440DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440DB is #3BBF24. Grayscale: #787878. Windows color (decimal): -3915557 or 14368964. OLE color: 14368964.
HSL color Cylindrical-coordinate representation of color #C440DB: hue angle of 291.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C440DB is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 64 | 219 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.14 |
| HSL | 291.1º | 0.68% | 0.55% | - |
| HSV(B) | 291.1º | 0.71% | 0.86% | - |
| XYZ | 37.38 | 20.52 | 69.01 | - |
| YUV | 121.14 | 183.23 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 219 | 0.11 | 0.71 | 0 | 0.14 | 291.1 | 0.68 | 0.55 |
| Hex | C4 | 40 | DB | B | 47 | 0 | E | 123 | 44 | 37 |
| Octal | 304 | 100 | 333 | 13 | 107 | 0 | 16 | 443 | 104 | 67 |
| Binary | 11000100 | 1000000 | 11011011 | 1011 | 1000111 | 0 | 1110 | 100100011 | 1000100 | 110111 |
Color Harmonies of #C440DB
Complementary color
Monochromatic Colors of #C440DB
Black with #C440DB
Text Example
Text Example
White with #C440DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440DB; }
p { color: rgb(196,64,219); }
H1.HeaderClassName
{
color: #C440DB;
}
.AnyTagClassName
{
color: #C440DB;
}
</style>
background-color css
<style>
a { background-color: #C440DB; }
a { background-color: rgb(196,64,219); }
div.DivClassName
{
background-color: #C440DB;
}
.BgClassName
{
background-color: #C440DB;
}
</style>
border-color css
<style>
span { border-color: #C440DB; }
span { border-color: rgb(196,64,219); }
td.TdClassName
{
border-color: #C440DB;
}
.TagClassName
{
border-color: #C440DB;
}
</style>