Shades of Medium Orchid #C034FA
Tints of Medium Orchid #C034FA
RGB
CMYK
RGB Variations
Color information
#C034FA (or 0xC034FA) is known color: Medium Orchid. HEX triplet: C0, 34 and FA. RGB value is (192,52,250). Sum of RGB (Red+Green+Blue) = 192+52+250=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 52 (20.70% from 255 or 10.53% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #C034FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C034FA is #3FCB05. Grayscale: #737373. Windows color (decimal): -4180742 or 16397504. OLE color: 16397504.
HSL color Cylindrical-coordinate representation of color #C034FA: hue angle of 282.42º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C034FA is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 52 | 250 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.02 |
| HSL | 282.42º | 0.95% | 0.59% | - |
| HSV(B) | 282.42º | 0.79% | 0.98% | - |
| XYZ | 40.22 | 20.56 | 92.29 | - |
| YUV | 116.43 | 203.38 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 250 | 0.23 | 0.79 | 0 | 0.02 | 282.42 | 0.95 | 0.59 |
| Hex | C0 | 34 | FA | 17 | 4F | 0 | 2 | 11A | 5F | 3B |
| Octal | 300 | 64 | 372 | 27 | 117 | 0 | 2 | 432 | 137 | 73 |
| Binary | 11000000 | 110100 | 11111010 | 10111 | 1001111 | 0 | 10 | 100011010 | 1011111 | 111011 |
Color Harmonies of #C034FA
Complementary color
Monochromatic Colors of #C034FA
Black with #C034FA
Text Example
Text Example
White with #C034FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034FA; }
p { color: rgb(192,52,250); }
H1.HeaderClassName
{
color: #C034FA;
}
.AnyTagClassName
{
color: #C034FA;
}
</style>
background-color css
<style>
a { background-color: #C034FA; }
a { background-color: rgb(192,52,250); }
div.DivClassName
{
background-color: #C034FA;
}
.BgClassName
{
background-color: #C034FA;
}
</style>
border-color css
<style>
span { border-color: #C034FA; }
span { border-color: rgb(192,52,250); }
td.TdClassName
{
border-color: #C034FA;
}
.TagClassName
{
border-color: #C034FA;
}
</style>