Shades of Medium Orchid #C132DF
Tints of Medium Orchid #C132DF
RGB
CMYK
RGB Variations
Color information
#C132DF (or 0xC132DF) is known color: Medium Orchid. HEX triplet: C1, 32 and DF. RGB value is (193,50,223). Sum of RGB (Red+Green+Blue) = 193+50+223=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #C132DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132DF is #3ECD20. Grayscale: #6F6F6F. Windows color (decimal): -4115745 or 14627521. OLE color: 14627521.
HSL color Cylindrical-coordinate representation of color #C132DF: hue angle of 289.6º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C132DF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 50 | 223 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.13 |
| HSL | 289.6º | 0.73% | 0.54% | - |
| HSV(B) | 289.6º | 0.78% | 0.87% | - |
| XYZ | 36.45 | 18.95 | 71.55 | - |
| YUV | 112.48 | 190.38 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 223 | 0.13 | 0.78 | 0 | 0.13 | 289.6 | 0.73 | 0.54 |
| Hex | C1 | 32 | DF | D | 4E | 0 | D | 122 | 49 | 36 |
| Octal | 301 | 62 | 337 | 15 | 116 | 0 | 15 | 442 | 111 | 66 |
| Binary | 11000001 | 110010 | 11011111 | 1101 | 1001110 | 0 | 1101 | 100100010 | 1001001 | 110110 |
Color Harmonies of #C132DF
Complementary color
Monochromatic Colors of #C132DF
Black with #C132DF
Text Example
Text Example
White with #C132DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132DF; }
p { color: rgb(193,50,223); }
H1.HeaderClassName
{
color: #C132DF;
}
.AnyTagClassName
{
color: #C132DF;
}
</style>
background-color css
<style>
a { background-color: #C132DF; }
a { background-color: rgb(193,50,223); }
div.DivClassName
{
background-color: #C132DF;
}
.BgClassName
{
background-color: #C132DF;
}
</style>
border-color css
<style>
span { border-color: #C132DF; }
span { border-color: rgb(193,50,223); }
td.TdClassName
{
border-color: #C132DF;
}
.TagClassName
{
border-color: #C132DF;
}
</style>