Shades of Medium Orchid #C138D2
Tints of Medium Orchid #C138D2
RGB
CMYK
RGB Variations
Color information
#C138D2 (or 0xC138D2) is known color: Medium Orchid. HEX triplet: C1, 38 and D2. RGB value is (193,56,210). Sum of RGB (Red+Green+Blue) = 193+56+210=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 210 - color contains mainly: blue. Hex color #C138D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138D2 is #3EC72D. Grayscale: #727272. Windows color (decimal): -4114222 or 13777089. OLE color: 13777089.
HSL color Cylindrical-coordinate representation of color #C138D2: hue angle of 293.38º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C138D2 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 56 | 210 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.18 |
| HSL | 293.38º | 0.63% | 0.52% | - |
| HSV(B) | 293.38º | 0.73% | 0.82% | - |
| XYZ | 35.04 | 18.82 | 62.76 | - |
| YUV | 114.52 | 181.89 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 210 | 0.08 | 0.73 | 0 | 0.18 | 293.38 | 0.63 | 0.52 |
| Hex | C1 | 38 | D2 | 8 | 49 | 0 | 12 | 125 | 3F | 34 |
| Octal | 301 | 70 | 322 | 10 | 111 | 0 | 22 | 445 | 77 | 64 |
| Binary | 11000001 | 111000 | 11010010 | 1000 | 1001001 | 0 | 10010 | 100100101 | 111111 | 110100 |
Color Harmonies of #C138D2
Complementary color
Monochromatic Colors of #C138D2
Black with #C138D2
Text Example
Text Example
White with #C138D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138D2; }
p { color: rgb(193,56,210); }
H1.HeaderClassName
{
color: #C138D2;
}
.AnyTagClassName
{
color: #C138D2;
}
</style>
background-color css
<style>
a { background-color: #C138D2; }
a { background-color: rgb(193,56,210); }
div.DivClassName
{
background-color: #C138D2;
}
.BgClassName
{
background-color: #C138D2;
}
</style>
border-color css
<style>
span { border-color: #C138D2; }
span { border-color: rgb(193,56,210); }
td.TdClassName
{
border-color: #C138D2;
}
.TagClassName
{
border-color: #C138D2;
}
</style>