Shades of Medium Orchid #C179DF
Tints of Medium Orchid #C179DF
RGB
CMYK
RGB Variations
Color information
#C179DF (or 0xC179DF) is known color: Medium Orchid. HEX triplet: C1, 79 and DF. RGB value is (193,121,223). Sum of RGB (Red+Green+Blue) = 193+121+223=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #C179DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179DF is #3E8620. Grayscale: #999999. Windows color (decimal): -4097569 or 14645697. OLE color: 14645697.
HSL color Cylindrical-coordinate representation of color #C179DF: hue angle of 282.35º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C179DF is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 121 | 223 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.13 |
| HSL | 282.35º | 0.61% | 0.67% | - |
| HSV(B) | 282.35º | 0.46% | 0.87% | - |
| XYZ | 42.15 | 30.34 | 73.45 | - |
| YUV | 154.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 223 | 0.13 | 0.46 | 0 | 0.13 | 282.35 | 0.61 | 0.67 |
| Hex | C1 | 79 | DF | D | 2E | 0 | D | 11A | 3D | 43 |
| Octal | 301 | 171 | 337 | 15 | 56 | 0 | 15 | 432 | 75 | 103 |
| Binary | 11000001 | 1111001 | 11011111 | 1101 | 101110 | 0 | 1101 | 100011010 | 111101 | 1000011 |
Color Harmonies of #C179DF
Complementary color
Monochromatic Colors of #C179DF
Black with #C179DF
Text Example
Text Example
White with #C179DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C179DF; }
p { color: rgb(193,121,223); }
H1.HeaderClassName
{
color: #C179DF;
}
.AnyTagClassName
{
color: #C179DF;
}
</style>
background-color css
<style>
a { background-color: #C179DF; }
a { background-color: rgb(193,121,223); }
div.DivClassName
{
background-color: #C179DF;
}
.BgClassName
{
background-color: #C179DF;
}
</style>
border-color css
<style>
span { border-color: #C179DF; }
span { border-color: rgb(193,121,223); }
td.TdClassName
{
border-color: #C179DF;
}
.TagClassName
{
border-color: #C179DF;
}
</style>