Shades of Medium Orchid #C138D6
Tints of Medium Orchid #C138D6
RGB
CMYK
RGB Variations
Color information
#C138D6 (or 0xC138D6) is known color: Medium Orchid. HEX triplet: C1, 38 and D6. RGB value is (193,56,214). Sum of RGB (Red+Green+Blue) = 193+56+214=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 214 (83.98% from 255 or 46.22% from 463); Max value from RGB is 214 - color contains mainly: blue. Hex color #C138D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138D6 is #3EC729. Grayscale: #727272. Windows color (decimal): -4114218 or 14039233. OLE color: 14039233.
HSL color Cylindrical-coordinate representation of color #C138D6: hue angle of 292.03º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C138D6 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 56 | 214 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.16 |
| HSL | 292.03º | 0.66% | 0.53% | - |
| HSV(B) | 292.03º | 0.74% | 0.84% | - |
| XYZ | 35.54 | 19.02 | 65.42 | - |
| YUV | 114.98 | 183.89 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 214 | 0.10 | 0.74 | 0 | 0.16 | 292.03 | 0.66 | 0.53 |
| Hex | C1 | 38 | D6 | A | 4A | 0 | 10 | 124 | 42 | 35 |
| Octal | 301 | 70 | 326 | 12 | 112 | 0 | 20 | 444 | 102 | 65 |
| Binary | 11000001 | 111000 | 11010110 | 1010 | 1001010 | 0 | 10000 | 100100100 | 1000010 | 110101 |
Color Harmonies of #C138D6
Complementary color
Monochromatic Colors of #C138D6
Black with #C138D6
Text Example
Text Example
White with #C138D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138D6; }
p { color: rgb(193,56,214); }
H1.HeaderClassName
{
color: #C138D6;
}
.AnyTagClassName
{
color: #C138D6;
}
</style>
background-color css
<style>
a { background-color: #C138D6; }
a { background-color: rgb(193,56,214); }
div.DivClassName
{
background-color: #C138D6;
}
.BgClassName
{
background-color: #C138D6;
}
</style>
border-color css
<style>
span { border-color: #C138D6; }
span { border-color: rgb(193,56,214); }
td.TdClassName
{
border-color: #C138D6;
}
.TagClassName
{
border-color: #C138D6;
}
</style>