Shades of Medium Orchid #C034D7
Tints of Medium Orchid #C034D7
RGB
CMYK
RGB Variations
Color information
#C034D7 (or 0xC034D7) is known color: Medium Orchid. HEX triplet: C0, 34 and D7. RGB value is (192,52,215). Sum of RGB (Red+Green+Blue) = 192+52+215=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #C034D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034D7 is #3FCB28. Grayscale: #6F6F6F. Windows color (decimal): -4180777 or 14103744. OLE color: 14103744.
HSL color Cylindrical-coordinate representation of color #C034D7: hue angle of 291.53º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C034D7 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 52 | 215 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.16 |
| HSL | 291.53º | 0.67% | 0.52% | - |
| HSV(B) | 291.53º | 0.76% | 0.84% | - |
| XYZ | 35.23 | 18.57 | 66.02 | - |
| YUV | 112.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 215 | 0.11 | 0.76 | 0 | 0.16 | 291.53 | 0.67 | 0.52 |
| Hex | C0 | 34 | D7 | B | 4C | 0 | 10 | 124 | 43 | 34 |
| Octal | 300 | 64 | 327 | 13 | 114 | 0 | 20 | 444 | 103 | 64 |
| Binary | 11000000 | 110100 | 11010111 | 1011 | 1001100 | 0 | 10000 | 100100100 | 1000011 | 110100 |
Color Harmonies of #C034D7
Complementary color
Monochromatic Colors of #C034D7
Black with #C034D7
Text Example
Text Example
White with #C034D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034D7; }
p { color: rgb(192,52,215); }
H1.HeaderClassName
{
color: #C034D7;
}
.AnyTagClassName
{
color: #C034D7;
}
</style>
background-color css
<style>
a { background-color: #C034D7; }
a { background-color: rgb(192,52,215); }
div.DivClassName
{
background-color: #C034D7;
}
.BgClassName
{
background-color: #C034D7;
}
</style>
border-color css
<style>
span { border-color: #C034D7; }
span { border-color: rgb(192,52,215); }
td.TdClassName
{
border-color: #C034D7;
}
.TagClassName
{
border-color: #C034D7;
}
</style>