Shades of Medium Orchid #C034DD
Tints of Medium Orchid #C034DD
RGB
CMYK
RGB Variations
Color information
#C034DD (or 0xC034DD) is known color: Medium Orchid. HEX triplet: C0, 34 and DD. RGB value is (192,52,221). Sum of RGB (Red+Green+Blue) = 192+52+221=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #C034DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034DD is #3FCB22. Grayscale: #707070. Windows color (decimal): -4180771 or 14496960. OLE color: 14496960.
HSL color Cylindrical-coordinate representation of color #C034DD: hue angle of 289.7º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C034DD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 52 | 221 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.13 |
| HSL | 289.7º | 0.71% | 0.54% | - |
| HSV(B) | 289.7º | 0.76% | 0.87% | - |
| XYZ | 36.02 | 18.88 | 70.15 | - |
| YUV | 113.13 | 188.88 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 221 | 0.13 | 0.76 | 0 | 0.13 | 289.7 | 0.71 | 0.54 |
| Hex | C0 | 34 | DD | D | 4C | 0 | D | 122 | 47 | 36 |
| Octal | 300 | 64 | 335 | 15 | 114 | 0 | 15 | 442 | 107 | 66 |
| Binary | 11000000 | 110100 | 11011101 | 1101 | 1001100 | 0 | 1101 | 100100010 | 1000111 | 110110 |
Color Harmonies of #C034DD
Complementary color
Monochromatic Colors of #C034DD
Black with #C034DD
Text Example
Text Example
White with #C034DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034DD; }
p { color: rgb(192,52,221); }
H1.HeaderClassName
{
color: #C034DD;
}
.AnyTagClassName
{
color: #C034DD;
}
</style>
background-color css
<style>
a { background-color: #C034DD; }
a { background-color: rgb(192,52,221); }
div.DivClassName
{
background-color: #C034DD;
}
.BgClassName
{
background-color: #C034DD;
}
</style>
border-color css
<style>
span { border-color: #C034DD; }
span { border-color: rgb(192,52,221); }
td.TdClassName
{
border-color: #C034DD;
}
.TagClassName
{
border-color: #C034DD;
}
</style>