Shades of Medium Orchid #C132F4
Tints of Medium Orchid #C132F4
RGB
CMYK
RGB Variations
Color information
#C132F4 (or 0xC132F4) is known color: Medium Orchid. HEX triplet: C1, 32 and F4. RGB value is (193,50,244). Sum of RGB (Red+Green+Blue) = 193+50+244=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 50 (19.92% from 255 or 10.27% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #C132F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C132F4 is #3ECD0B. Grayscale: #727272. Windows color (decimal): -4115724 or 16003777. OLE color: 16003777.
HSL color Cylindrical-coordinate representation of color #C132F4: hue angle of 284.23º 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 #C132F4 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 50 | 244 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.04 |
| HSL | 284.23º | 0.9% | 0.58% | - |
| HSV(B) | 284.23º | 0.8% | 0.96% | - |
| XYZ | 39.46 | 20.15 | 87.4 | - |
| YUV | 114.87 | 200.88 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 244 | 0.21 | 0.80 | 0 | 0.04 | 284.23 | 0.9 | 0.58 |
| Hex | C1 | 32 | F4 | 15 | 50 | 0 | 4 | 11C | 5A | 3A |
| Octal | 301 | 62 | 364 | 25 | 120 | 0 | 4 | 434 | 132 | 72 |
| Binary | 11000001 | 110010 | 11110100 | 10101 | 1010000 | 0 | 100 | 100011100 | 1011010 | 111010 |
Color Harmonies of #C132F4
Complementary color
Monochromatic Colors of #C132F4
Black with #C132F4
Text Example
Text Example
White with #C132F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132F4; }
p { color: rgb(193,50,244); }
H1.HeaderClassName
{
color: #C132F4;
}
.AnyTagClassName
{
color: #C132F4;
}
</style>
background-color css
<style>
a { background-color: #C132F4; }
a { background-color: rgb(193,50,244); }
div.DivClassName
{
background-color: #C132F4;
}
.BgClassName
{
background-color: #C132F4;
}
</style>
border-color css
<style>
span { border-color: #C132F4; }
span { border-color: rgb(193,50,244); }
td.TdClassName
{
border-color: #C132F4;
}
.TagClassName
{
border-color: #C132F4;
}
</style>