Shades of Medium Orchid #C138D0
Tints of Medium Orchid #C138D0
RGB
CMYK
RGB Variations
Color information
#C138D0 (or 0xC138D0) is known color: Medium Orchid. HEX triplet: C1, 38 and D0. RGB value is (193,56,208). Sum of RGB (Red+Green+Blue) = 193+56+208=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #C138D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138D0 is #3EC72F. Grayscale: #717171. Windows color (decimal): -4114224 or 13646017. OLE color: 13646017.
HSL color Cylindrical-coordinate representation of color #C138D0: hue angle of 294.08º degrees, saturation: 0.62, 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 #C138D0 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 56 | 208 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.18 |
| HSL | 294.08º | 0.62% | 0.52% | - |
| HSV(B) | 294.08º | 0.73% | 0.82% | - |
| XYZ | 34.79 | 18.72 | 61.45 | - |
| YUV | 114.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 208 | 0.07 | 0.73 | 0 | 0.18 | 294.08 | 0.62 | 0.52 |
| Hex | C1 | 38 | D0 | 7 | 49 | 0 | 12 | 126 | 3E | 34 |
| Octal | 301 | 70 | 320 | 7 | 111 | 0 | 22 | 446 | 76 | 64 |
| Binary | 11000001 | 111000 | 11010000 | 111 | 1001001 | 0 | 10010 | 100100110 | 111110 | 110100 |
Color Harmonies of #C138D0
Complementary color
Monochromatic Colors of #C138D0
Black with #C138D0
Text Example
Text Example
White with #C138D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138D0; }
p { color: rgb(193,56,208); }
H1.HeaderClassName
{
color: #C138D0;
}
.AnyTagClassName
{
color: #C138D0;
}
</style>
background-color css
<style>
a { background-color: #C138D0; }
a { background-color: rgb(193,56,208); }
div.DivClassName
{
background-color: #C138D0;
}
.BgClassName
{
background-color: #C138D0;
}
</style>
border-color css
<style>
span { border-color: #C138D0; }
span { border-color: rgb(193,56,208); }
td.TdClassName
{
border-color: #C138D0;
}
.TagClassName
{
border-color: #C138D0;
}
</style>