Shades of Medium Orchid #C040DB
Tints of Medium Orchid #C040DB
RGB
CMYK
RGB Variations
Color information
#C040DB (or 0xC040DB) is known color: Medium Orchid. HEX triplet: C0, 40 and DB. RGB value is (192,64,219). Sum of RGB (Red+Green+Blue) = 192+64+219=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #C040DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040DB is #3FBF24. Grayscale: #777777. Windows color (decimal): -4177701 or 14368960. OLE color: 14368960.
HSL color Cylindrical-coordinate representation of color #C040DB: hue angle of 289.55º 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 #C040DB is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 64 | 219 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.14 |
| HSL | 289.55º | 0.68% | 0.55% | - |
| HSV(B) | 289.55º | 0.71% | 0.86% | - |
| XYZ | 36.36 | 19.99 | 68.96 | - |
| YUV | 119.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 219 | 0.12 | 0.71 | 0 | 0.14 | 289.55 | 0.68 | 0.55 |
| Hex | C0 | 40 | DB | C | 47 | 0 | E | 122 | 44 | 37 |
| Octal | 300 | 100 | 333 | 14 | 107 | 0 | 16 | 442 | 104 | 67 |
| Binary | 11000000 | 1000000 | 11011011 | 1100 | 1000111 | 0 | 1110 | 100100010 | 1000100 | 110111 |
Color Harmonies of #C040DB
Complementary color
Monochromatic Colors of #C040DB
Black with #C040DB
Text Example
Text Example
White with #C040DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040DB; }
p { color: rgb(192,64,219); }
H1.HeaderClassName
{
color: #C040DB;
}
.AnyTagClassName
{
color: #C040DB;
}
</style>
background-color css
<style>
a { background-color: #C040DB; }
a { background-color: rgb(192,64,219); }
div.DivClassName
{
background-color: #C040DB;
}
.BgClassName
{
background-color: #C040DB;
}
</style>
border-color css
<style>
span { border-color: #C040DB; }
span { border-color: rgb(192,64,219); }
td.TdClassName
{
border-color: #C040DB;
}
.TagClassName
{
border-color: #C040DB;
}
</style>