Shades of Medium Orchid #C041DB
Tints of Medium Orchid #C041DB
RGB
CMYK
RGB Variations
Color information
#C041DB (or 0xC041DB) is known color: Medium Orchid. HEX triplet: C0, 41 and DB. RGB value is (192,65,219). Sum of RGB (Red+Green+Blue) = 192+65+219=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #C041DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041DB is #3FBE24. Grayscale: #787878. Windows color (decimal): -4177445 or 14369216. OLE color: 14369216.
HSL color Cylindrical-coordinate representation of color #C041DB: hue angle of 289.48º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C041DB is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 65 | 219 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.14 |
| HSL | 289.48º | 0.68% | 0.56% | - |
| HSV(B) | 289.48º | 0.7% | 0.86% | - |
| XYZ | 36.41 | 20.1 | 68.98 | - |
| YUV | 120.53 | 183.58 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 219 | 0.12 | 0.70 | 0 | 0.14 | 289.48 | 0.68 | 0.56 |
| Hex | C0 | 41 | DB | C | 46 | 0 | E | 121 | 44 | 38 |
| Octal | 300 | 101 | 333 | 14 | 106 | 0 | 16 | 441 | 104 | 70 |
| Binary | 11000000 | 1000001 | 11011011 | 1100 | 1000110 | 0 | 1110 | 100100001 | 1000100 | 111000 |
Color Harmonies of #C041DB
Complementary color
Monochromatic Colors of #C041DB
Black with #C041DB
Text Example
Text Example
White with #C041DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041DB; }
p { color: rgb(192,65,219); }
H1.HeaderClassName
{
color: #C041DB;
}
.AnyTagClassName
{
color: #C041DB;
}
</style>
background-color css
<style>
a { background-color: #C041DB; }
a { background-color: rgb(192,65,219); }
div.DivClassName
{
background-color: #C041DB;
}
.BgClassName
{
background-color: #C041DB;
}
</style>
border-color css
<style>
span { border-color: #C041DB; }
span { border-color: rgb(192,65,219); }
td.TdClassName
{
border-color: #C041DB;
}
.TagClassName
{
border-color: #C041DB;
}
</style>