Shades of Medium Orchid #C034F3
Tints of Medium Orchid #C034F3
RGB
CMYK
RGB Variations
Color information
#C034F3 (or 0xC034F3) is known color: Medium Orchid. HEX triplet: C0, 34 and F3. RGB value is (192,52,243). Sum of RGB (Red+Green+Blue) = 192+52+243=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 52 (20.70% from 255 or 10.68% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #C034F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C034F3 is #3FCB0C. Grayscale: #737373. Windows color (decimal): -4180749 or 15938752. OLE color: 15938752.
HSL color Cylindrical-coordinate representation of color #C034F3: hue angle of 283.98º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C034F3 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 52 | 243 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.05 |
| HSL | 283.98º | 0.89% | 0.58% | - |
| HSV(B) | 283.98º | 0.79% | 0.95% | - |
| XYZ | 39.14 | 20.13 | 86.62 | - |
| YUV | 115.63 | 199.88 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 243 | 0.21 | 0.79 | 0 | 0.05 | 283.98 | 0.89 | 0.58 |
| Hex | C0 | 34 | F3 | 15 | 4F | 0 | 5 | 11C | 59 | 3A |
| Octal | 300 | 64 | 363 | 25 | 117 | 0 | 5 | 434 | 131 | 72 |
| Binary | 11000000 | 110100 | 11110011 | 10101 | 1001111 | 0 | 101 | 100011100 | 1011001 | 111010 |
Color Harmonies of #C034F3
Complementary color
Monochromatic Colors of #C034F3
Black with #C034F3
Text Example
Text Example
White with #C034F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034F3; }
p { color: rgb(192,52,243); }
H1.HeaderClassName
{
color: #C034F3;
}
.AnyTagClassName
{
color: #C034F3;
}
</style>
background-color css
<style>
a { background-color: #C034F3; }
a { background-color: rgb(192,52,243); }
div.DivClassName
{
background-color: #C034F3;
}
.BgClassName
{
background-color: #C034F3;
}
</style>
border-color css
<style>
span { border-color: #C034F3; }
span { border-color: rgb(192,52,243); }
td.TdClassName
{
border-color: #C034F3;
}
.TagClassName
{
border-color: #C034F3;
}
</style>