Shades of Medium Orchid #C138CF
Tints of Medium Orchid #C138CF
RGB
CMYK
RGB Variations
Color information
#C138CF (or 0xC138CF) is known color: Medium Orchid. HEX triplet: C1, 38 and CF. RGB value is (193,56,207). Sum of RGB (Red+Green+Blue) = 193+56+207=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #C138CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138CF is #3EC730. Grayscale: #717171. Windows color (decimal): -4114225 or 13580481. OLE color: 13580481.
HSL color Cylindrical-coordinate representation of color #C138CF: hue angle of 294.44º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C138CF is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 56 | 207 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.19 |
| HSL | 294.44º | 0.61% | 0.52% | - |
| HSV(B) | 294.44º | 0.73% | 0.81% | - |
| XYZ | 34.67 | 18.67 | 60.81 | - |
| YUV | 114.18 | 180.39 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 207 | 0.07 | 0.73 | 0 | 0.19 | 294.44 | 0.61 | 0.52 |
| Hex | C1 | 38 | CF | 7 | 49 | 0 | 13 | 126 | 3D | 34 |
| Octal | 301 | 70 | 317 | 7 | 111 | 0 | 23 | 446 | 75 | 64 |
| Binary | 11000001 | 111000 | 11001111 | 111 | 1001001 | 0 | 10011 | 100100110 | 111101 | 110100 |
Color Harmonies of #C138CF
Complementary color
Monochromatic Colors of #C138CF
Black with #C138CF
Text Example
Text Example
White with #C138CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138CF; }
p { color: rgb(193,56,207); }
H1.HeaderClassName
{
color: #C138CF;
}
.AnyTagClassName
{
color: #C138CF;
}
</style>
background-color css
<style>
a { background-color: #C138CF; }
a { background-color: rgb(193,56,207); }
div.DivClassName
{
background-color: #C138CF;
}
.BgClassName
{
background-color: #C138CF;
}
</style>
border-color css
<style>
span { border-color: #C138CF; }
span { border-color: rgb(193,56,207); }
td.TdClassName
{
border-color: #C138CF;
}
.TagClassName
{
border-color: #C138CF;
}
</style>