Shades of Medium Orchid #C034DC
Tints of Medium Orchid #C034DC
RGB
CMYK
RGB Variations
Color information
#C034DC (or 0xC034DC) is known color: Medium Orchid. HEX triplet: C0, 34 and DC. RGB value is (192,52,220). Sum of RGB (Red+Green+Blue) = 192+52+220=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #C034DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034DC is #3FCB23. Grayscale: #707070. Windows color (decimal): -4180772 or 14431424. OLE color: 14431424.
HSL color Cylindrical-coordinate representation of color #C034DC: hue angle of 290º degrees, saturation: 0.71, 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 #C034DC is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 52 | 220 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.14 |
| HSL | 290º | 0.71% | 0.53% | - |
| HSV(B) | 290º | 0.76% | 0.86% | - |
| XYZ | 35.88 | 18.83 | 69.45 | - |
| YUV | 113.01 | 188.38 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 220 | 0.13 | 0.76 | 0 | 0.14 | 290 | 0.71 | 0.53 |
| Hex | C0 | 34 | DC | D | 4C | 0 | E | 122 | 47 | 35 |
| Octal | 300 | 64 | 334 | 15 | 114 | 0 | 16 | 442 | 107 | 65 |
| Binary | 11000000 | 110100 | 11011100 | 1101 | 1001100 | 0 | 1110 | 100100010 | 1000111 | 110101 |
Color Harmonies of #C034DC
Complementary color
Monochromatic Colors of #C034DC
Black with #C034DC
Text Example
Text Example
White with #C034DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034DC; }
p { color: rgb(192,52,220); }
H1.HeaderClassName
{
color: #C034DC;
}
.AnyTagClassName
{
color: #C034DC;
}
</style>
background-color css
<style>
a { background-color: #C034DC; }
a { background-color: rgb(192,52,220); }
div.DivClassName
{
background-color: #C034DC;
}
.BgClassName
{
background-color: #C034DC;
}
</style>
border-color css
<style>
span { border-color: #C034DC; }
span { border-color: rgb(192,52,220); }
td.TdClassName
{
border-color: #C034DC;
}
.TagClassName
{
border-color: #C034DC;
}
</style>