Shades of Medium Orchid #C031DB
Tints of Medium Orchid #C031DB
RGB
CMYK
RGB Variations
Color information
#C031DB (or 0xC031DB) is known color: Medium Orchid. HEX triplet: C0, 31 and DB. RGB value is (192,49,219). Sum of RGB (Red+Green+Blue) = 192+49+219=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #C031DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031DB is #3FCE24. Grayscale: #6E6E6E. Windows color (decimal): -4181541 or 14365120. OLE color: 14365120.
HSL color Cylindrical-coordinate representation of color #C031DB: hue angle of 290.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C031DB is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 49 | 219 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.14 |
| HSL | 290.47º | 0.7% | 0.53% | - |
| HSV(B) | 290.47º | 0.78% | 0.86% | - |
| XYZ | 35.62 | 18.52 | 68.71 | - |
| YUV | 111.14 | 188.88 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 219 | 0.12 | 0.78 | 0 | 0.14 | 290.47 | 0.7 | 0.53 |
| Hex | C0 | 31 | DB | C | 4E | 0 | E | 122 | 46 | 35 |
| Octal | 300 | 61 | 333 | 14 | 116 | 0 | 16 | 442 | 106 | 65 |
| Binary | 11000000 | 110001 | 11011011 | 1100 | 1001110 | 0 | 1110 | 100100010 | 1000110 | 110101 |
Color Harmonies of #C031DB
Complementary color
Monochromatic Colors of #C031DB
Black with #C031DB
Text Example
Text Example
White with #C031DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031DB; }
p { color: rgb(192,49,219); }
H1.HeaderClassName
{
color: #C031DB;
}
.AnyTagClassName
{
color: #C031DB;
}
</style>
background-color css
<style>
a { background-color: #C031DB; }
a { background-color: rgb(192,49,219); }
div.DivClassName
{
background-color: #C031DB;
}
.BgClassName
{
background-color: #C031DB;
}
</style>
border-color css
<style>
span { border-color: #C031DB; }
span { border-color: rgb(192,49,219); }
td.TdClassName
{
border-color: #C031DB;
}
.TagClassName
{
border-color: #C031DB;
}
</style>