Shades of Medium Orchid #C034CF
Tints of Medium Orchid #C034CF
RGB
CMYK
RGB Variations
Color information
#C034CF (or 0xC034CF) is known color: Medium Orchid. HEX triplet: C0, 34 and CF. RGB value is (192,52,207). Sum of RGB (Red+Green+Blue) = 192+52+207=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #C034CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034CF is #3FCB30. Grayscale: #6F6F6F. Windows color (decimal): -4180785 or 13579456. OLE color: 13579456.
HSL color Cylindrical-coordinate representation of color #C034CF: hue angle of 294.19º degrees, saturation: 0.62, 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 #C034CF is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 52 | 207 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.19 |
| HSL | 294.19º | 0.62% | 0.51% | - |
| HSV(B) | 294.19º | 0.75% | 0.81% | - |
| XYZ | 34.23 | 18.17 | 60.73 | - |
| YUV | 111.53 | 181.88 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 207 | 0.07 | 0.75 | 0 | 0.19 | 294.19 | 0.62 | 0.51 |
| Hex | C0 | 34 | CF | 7 | 4B | 0 | 13 | 126 | 3E | 33 |
| Octal | 300 | 64 | 317 | 7 | 113 | 0 | 23 | 446 | 76 | 63 |
| Binary | 11000000 | 110100 | 11001111 | 111 | 1001011 | 0 | 10011 | 100100110 | 111110 | 110011 |
Color Harmonies of #C034CF
Complementary color
Monochromatic Colors of #C034CF
Black with #C034CF
Text Example
Text Example
White with #C034CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034CF; }
p { color: rgb(192,52,207); }
H1.HeaderClassName
{
color: #C034CF;
}
.AnyTagClassName
{
color: #C034CF;
}
</style>
background-color css
<style>
a { background-color: #C034CF; }
a { background-color: rgb(192,52,207); }
div.DivClassName
{
background-color: #C034CF;
}
.BgClassName
{
background-color: #C034CF;
}
</style>
border-color css
<style>
span { border-color: #C034CF; }
span { border-color: rgb(192,52,207); }
td.TdClassName
{
border-color: #C034CF;
}
.TagClassName
{
border-color: #C034CF;
}
</style>