Shades of Medium Orchid #C034CE
Tints of Medium Orchid #C034CE
RGB
CMYK
RGB Variations
Color information
#C034CE (or 0xC034CE) is known color: Medium Orchid. HEX triplet: C0, 34 and CE. RGB value is (192,52,206). Sum of RGB (Red+Green+Blue) = 192+52+206=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #C034CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034CE is #3FCB31. Grayscale: #6E6E6E. Windows color (decimal): -4180786 or 13513920. OLE color: 13513920.
HSL color Cylindrical-coordinate representation of color #C034CE: hue angle of 294.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C034CE is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 52 | 206 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.19 |
| HSL | 294.55º | 0.61% | 0.51% | - |
| HSV(B) | 294.55º | 0.75% | 0.81% | - |
| XYZ | 34.11 | 18.12 | 60.09 | - |
| YUV | 111.42 | 181.38 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 206 | 0.07 | 0.75 | 0 | 0.19 | 294.55 | 0.61 | 0.51 |
| Hex | C0 | 34 | CE | 7 | 4B | 0 | 13 | 127 | 3D | 33 |
| Octal | 300 | 64 | 316 | 7 | 113 | 0 | 23 | 447 | 75 | 63 |
| Binary | 11000000 | 110100 | 11001110 | 111 | 1001011 | 0 | 10011 | 100100111 | 111101 | 110011 |
Color Harmonies of #C034CE
Complementary color
Monochromatic Colors of #C034CE
Black with #C034CE
Text Example
Text Example
White with #C034CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034CE; }
p { color: rgb(192,52,206); }
H1.HeaderClassName
{
color: #C034CE;
}
.AnyTagClassName
{
color: #C034CE;
}
</style>
background-color css
<style>
a { background-color: #C034CE; }
a { background-color: rgb(192,52,206); }
div.DivClassName
{
background-color: #C034CE;
}
.BgClassName
{
background-color: #C034CE;
}
</style>
border-color css
<style>
span { border-color: #C034CE; }
span { border-color: rgb(192,52,206); }
td.TdClassName
{
border-color: #C034CE;
}
.TagClassName
{
border-color: #C034CE;
}
</style>