Shades of Medium Orchid #C132DA
Tints of Medium Orchid #C132DA
RGB
CMYK
RGB Variations
Color information
#C132DA (or 0xC132DA) is known color: Medium Orchid. HEX triplet: C1, 32 and DA. RGB value is (193,50,218). Sum of RGB (Red+Green+Blue) = 193+50+218=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #C132DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132DA is #3ECD25. Grayscale: #6F6F6F. Windows color (decimal): -4115750 or 14299841. OLE color: 14299841.
HSL color Cylindrical-coordinate representation of color #C132DA: hue angle of 291.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C132DA is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 50 | 218 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.15 |
| HSL | 291.07º | 0.69% | 0.53% | - |
| HSV(B) | 291.07º | 0.77% | 0.85% | - |
| XYZ | 35.79 | 18.68 | 68.05 | - |
| YUV | 111.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 218 | 0.11 | 0.77 | 0 | 0.15 | 291.07 | 0.69 | 0.53 |
| Hex | C1 | 32 | DA | B | 4D | 0 | F | 123 | 45 | 35 |
| Octal | 301 | 62 | 332 | 13 | 115 | 0 | 17 | 443 | 105 | 65 |
| Binary | 11000001 | 110010 | 11011010 | 1011 | 1001101 | 0 | 1111 | 100100011 | 1000101 | 110101 |
Color Harmonies of #C132DA
Complementary color
Monochromatic Colors of #C132DA
Black with #C132DA
Text Example
Text Example
White with #C132DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132DA; }
p { color: rgb(193,50,218); }
H1.HeaderClassName
{
color: #C132DA;
}
.AnyTagClassName
{
color: #C132DA;
}
</style>
background-color css
<style>
a { background-color: #C132DA; }
a { background-color: rgb(193,50,218); }
div.DivClassName
{
background-color: #C132DA;
}
.BgClassName
{
background-color: #C132DA;
}
</style>
border-color css
<style>
span { border-color: #C132DA; }
span { border-color: rgb(193,50,218); }
td.TdClassName
{
border-color: #C132DA;
}
.TagClassName
{
border-color: #C132DA;
}
</style>