Shades of Medium Orchid #C132DB
Tints of Medium Orchid #C132DB
RGB
CMYK
RGB Variations
Color information
#C132DB (or 0xC132DB) is known color: Medium Orchid. HEX triplet: C1, 32 and DB. RGB value is (193,50,219). Sum of RGB (Red+Green+Blue) = 193+50+219=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #C132DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132DB is #3ECD24. Grayscale: #6F6F6F. Windows color (decimal): -4115749 or 14365377. OLE color: 14365377.
HSL color Cylindrical-coordinate representation of color #C132DB: hue angle of 290.77º degrees, saturation: 0.7, 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 #C132DB is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 50 | 219 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.14 |
| HSL | 290.77º | 0.7% | 0.53% | - |
| HSV(B) | 290.77º | 0.77% | 0.86% | - |
| XYZ | 35.92 | 18.73 | 68.74 | - |
| YUV | 112.02 | 188.38 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 219 | 0.12 | 0.77 | 0 | 0.14 | 290.77 | 0.7 | 0.53 |
| Hex | C1 | 32 | DB | C | 4D | 0 | E | 123 | 46 | 35 |
| Octal | 301 | 62 | 333 | 14 | 115 | 0 | 16 | 443 | 106 | 65 |
| Binary | 11000001 | 110010 | 11011011 | 1100 | 1001101 | 0 | 1110 | 100100011 | 1000110 | 110101 |
Color Harmonies of #C132DB
Complementary color
Monochromatic Colors of #C132DB
Black with #C132DB
Text Example
Text Example
White with #C132DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132DB; }
p { color: rgb(193,50,219); }
H1.HeaderClassName
{
color: #C132DB;
}
.AnyTagClassName
{
color: #C132DB;
}
</style>
background-color css
<style>
a { background-color: #C132DB; }
a { background-color: rgb(193,50,219); }
div.DivClassName
{
background-color: #C132DB;
}
.BgClassName
{
background-color: #C132DB;
}
</style>
border-color css
<style>
span { border-color: #C132DB; }
span { border-color: rgb(193,50,219); }
td.TdClassName
{
border-color: #C132DB;
}
.TagClassName
{
border-color: #C132DB;
}
</style>