Shades of Medium Orchid #C132F3
Tints of Medium Orchid #C132F3
RGB
CMYK
RGB Variations
Color information
#C132F3 (or 0xC132F3) is known color: Medium Orchid. HEX triplet: C1, 32 and F3. RGB value is (193,50,243). Sum of RGB (Red+Green+Blue) = 193+50+243=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #C132F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C132F3 is #3ECD0C. Grayscale: #727272. Windows color (decimal): -4115725 or 15938241. OLE color: 15938241.
HSL color Cylindrical-coordinate representation of color #C132F3: hue angle of 284.46º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C132F3 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 50 | 243 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.05 |
| HSL | 284.46º | 0.89% | 0.57% | - |
| HSV(B) | 284.46º | 0.79% | 0.95% | - |
| XYZ | 39.31 | 20.09 | 86.6 | - |
| YUV | 114.76 | 200.38 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 243 | 0.21 | 0.79 | 0 | 0.05 | 284.46 | 0.89 | 0.57 |
| Hex | C1 | 32 | F3 | 15 | 4F | 0 | 5 | 11C | 59 | 39 |
| Octal | 301 | 62 | 363 | 25 | 117 | 0 | 5 | 434 | 131 | 71 |
| Binary | 11000001 | 110010 | 11110011 | 10101 | 1001111 | 0 | 101 | 100011100 | 1011001 | 111001 |
Color Harmonies of #C132F3
Complementary color
Monochromatic Colors of #C132F3
Black with #C132F3
Text Example
Text Example
White with #C132F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132F3; }
p { color: rgb(193,50,243); }
H1.HeaderClassName
{
color: #C132F3;
}
.AnyTagClassName
{
color: #C132F3;
}
</style>
background-color css
<style>
a { background-color: #C132F3; }
a { background-color: rgb(193,50,243); }
div.DivClassName
{
background-color: #C132F3;
}
.BgClassName
{
background-color: #C132F3;
}
</style>
border-color css
<style>
span { border-color: #C132F3; }
span { border-color: rgb(193,50,243); }
td.TdClassName
{
border-color: #C132F3;
}
.TagClassName
{
border-color: #C132F3;
}
</style>