Shades of Medium Orchid #C034DB
Tints of Medium Orchid #C034DB
RGB
CMYK
RGB Variations
Color information
#C034DB (or 0xC034DB) is known color: Medium Orchid. HEX triplet: C0, 34 and DB. RGB value is (192,52,219). Sum of RGB (Red+Green+Blue) = 192+52+219=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #C034DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034DB is #3FCB24. Grayscale: #707070. Windows color (decimal): -4180773 or 14365888. OLE color: 14365888.
HSL color Cylindrical-coordinate representation of color #C034DB: hue angle of 290.3º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C034DB is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 52 | 219 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.14 |
| HSL | 290.3º | 0.7% | 0.53% | - |
| HSV(B) | 290.3º | 0.76% | 0.86% | - |
| XYZ | 35.75 | 18.78 | 68.76 | - |
| YUV | 112.9 | 187.88 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 219 | 0.12 | 0.76 | 0 | 0.14 | 290.3 | 0.7 | 0.53 |
| Hex | C0 | 34 | DB | C | 4C | 0 | E | 122 | 46 | 35 |
| Octal | 300 | 64 | 333 | 14 | 114 | 0 | 16 | 442 | 106 | 65 |
| Binary | 11000000 | 110100 | 11011011 | 1100 | 1001100 | 0 | 1110 | 100100010 | 1000110 | 110101 |
Color Harmonies of #C034DB
Complementary color
Monochromatic Colors of #C034DB
Black with #C034DB
Text Example
Text Example
White with #C034DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034DB; }
p { color: rgb(192,52,219); }
H1.HeaderClassName
{
color: #C034DB;
}
.AnyTagClassName
{
color: #C034DB;
}
</style>
background-color css
<style>
a { background-color: #C034DB; }
a { background-color: rgb(192,52,219); }
div.DivClassName
{
background-color: #C034DB;
}
.BgClassName
{
background-color: #C034DB;
}
</style>
border-color css
<style>
span { border-color: #C034DB; }
span { border-color: rgb(192,52,219); }
td.TdClassName
{
border-color: #C034DB;
}
.TagClassName
{
border-color: #C034DB;
}
</style>