Shades of Medium Orchid #C034F1
Tints of Medium Orchid #C034F1
RGB
CMYK
RGB Variations
Color information
#C034F1 (or 0xC034F1) is known color: Medium Orchid. HEX triplet: C0, 34 and F1. RGB value is (192,52,241). Sum of RGB (Red+Green+Blue) = 192+52+241=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #C034F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C034F1 is #3FCB0E. Grayscale: #727272. Windows color (decimal): -4180751 or 15807680. OLE color: 15807680.
HSL color Cylindrical-coordinate representation of color #C034F1: hue angle of 284.44º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C034F1 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 52 | 241 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.05 |
| HSL | 284.44º | 0.87% | 0.57% | - |
| HSV(B) | 284.44º | 0.78% | 0.95% | - |
| XYZ | 38.84 | 20.01 | 85.03 | - |
| YUV | 115.41 | 198.88 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 241 | 0.20 | 0.78 | 0 | 0.05 | 284.44 | 0.87 | 0.57 |
| Hex | C0 | 34 | F1 | 14 | 4E | 0 | 5 | 11C | 57 | 39 |
| Octal | 300 | 64 | 361 | 24 | 116 | 0 | 5 | 434 | 127 | 71 |
| Binary | 11000000 | 110100 | 11110001 | 10100 | 1001110 | 0 | 101 | 100011100 | 1010111 | 111001 |
Color Harmonies of #C034F1
Complementary color
Monochromatic Colors of #C034F1
Black with #C034F1
Text Example
Text Example
White with #C034F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034F1; }
p { color: rgb(192,52,241); }
H1.HeaderClassName
{
color: #C034F1;
}
.AnyTagClassName
{
color: #C034F1;
}
</style>
background-color css
<style>
a { background-color: #C034F1; }
a { background-color: rgb(192,52,241); }
div.DivClassName
{
background-color: #C034F1;
}
.BgClassName
{
background-color: #C034F1;
}
</style>
border-color css
<style>
span { border-color: #C034F1; }
span { border-color: rgb(192,52,241); }
td.TdClassName
{
border-color: #C034F1;
}
.TagClassName
{
border-color: #C034F1;
}
</style>