Shades of Medium Orchid #C032F4
Tints of Medium Orchid #C032F4
RGB
CMYK
RGB Variations
Color information
#C032F4 (or 0xC032F4) is known color: Medium Orchid. HEX triplet: C0, 32 and F4. RGB value is (192,50,244). Sum of RGB (Red+Green+Blue) = 192+50+244=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #C032F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C032F4 is #3FCD0B. Grayscale: #717171. Windows color (decimal): -4181260 or 16003776. OLE color: 16003776.
HSL color Cylindrical-coordinate representation of color #C032F4: hue angle of 283.92º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C032F4 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 50 | 244 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.04 |
| HSL | 283.92º | 0.9% | 0.58% | - |
| HSV(B) | 283.92º | 0.8% | 0.96% | - |
| XYZ | 39.21 | 20.02 | 87.39 | - |
| YUV | 114.57 | 201.04 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 244 | 0.21 | 0.80 | 0 | 0.04 | 283.92 | 0.9 | 0.58 |
| Hex | C0 | 32 | F4 | 15 | 50 | 0 | 4 | 11C | 5A | 3A |
| Octal | 300 | 62 | 364 | 25 | 120 | 0 | 4 | 434 | 132 | 72 |
| Binary | 11000000 | 110010 | 11110100 | 10101 | 1010000 | 0 | 100 | 100011100 | 1011010 | 111010 |
Color Harmonies of #C032F4
Complementary color
Monochromatic Colors of #C032F4
Black with #C032F4
Text Example
Text Example
White with #C032F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032F4; }
p { color: rgb(192,50,244); }
H1.HeaderClassName
{
color: #C032F4;
}
.AnyTagClassName
{
color: #C032F4;
}
</style>
background-color css
<style>
a { background-color: #C032F4; }
a { background-color: rgb(192,50,244); }
div.DivClassName
{
background-color: #C032F4;
}
.BgClassName
{
background-color: #C032F4;
}
</style>
border-color css
<style>
span { border-color: #C032F4; }
span { border-color: rgb(192,50,244); }
td.TdClassName
{
border-color: #C032F4;
}
.TagClassName
{
border-color: #C032F4;
}
</style>