Shades of Medium Orchid #C132DC
Tints of Medium Orchid #C132DC
RGB
CMYK
RGB Variations
Color information
#C132DC (or 0xC132DC) is known color: Medium Orchid. HEX triplet: C1, 32 and DC. RGB value is (193,50,220). Sum of RGB (Red+Green+Blue) = 193+50+220=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #C132DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132DC is #3ECD23. Grayscale: #6F6F6F. Windows color (decimal): -4115748 or 14430913. OLE color: 14430913.
HSL color Cylindrical-coordinate representation of color #C132DC: hue angle of 290.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C132DC is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 50 | 220 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.14 |
| HSL | 290.47º | 0.71% | 0.53% | - |
| HSV(B) | 290.47º | 0.77% | 0.86% | - |
| XYZ | 36.05 | 18.79 | 69.44 | - |
| YUV | 112.14 | 188.88 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 220 | 0.12 | 0.77 | 0 | 0.14 | 290.47 | 0.71 | 0.53 |
| Hex | C1 | 32 | DC | C | 4D | 0 | E | 122 | 47 | 35 |
| Octal | 301 | 62 | 334 | 14 | 115 | 0 | 16 | 442 | 107 | 65 |
| Binary | 11000001 | 110010 | 11011100 | 1100 | 1001101 | 0 | 1110 | 100100010 | 1000111 | 110101 |
Color Harmonies of #C132DC
Complementary color
Monochromatic Colors of #C132DC
Black with #C132DC
Text Example
Text Example
White with #C132DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132DC; }
p { color: rgb(193,50,220); }
H1.HeaderClassName
{
color: #C132DC;
}
.AnyTagClassName
{
color: #C132DC;
}
</style>
background-color css
<style>
a { background-color: #C132DC; }
a { background-color: rgb(193,50,220); }
div.DivClassName
{
background-color: #C132DC;
}
.BgClassName
{
background-color: #C132DC;
}
</style>
border-color css
<style>
span { border-color: #C132DC; }
span { border-color: rgb(193,50,220); }
td.TdClassName
{
border-color: #C132DC;
}
.TagClassName
{
border-color: #C132DC;
}
</style>