Shades of Medium Orchid #C178DD
Tints of Medium Orchid #C178DD
RGB
CMYK
RGB Variations
Color information
#C178DD (or 0xC178DD) is known color: Medium Orchid. HEX triplet: C1, 78 and DD. RGB value is (193,120,221). Sum of RGB (Red+Green+Blue) = 193+120+221=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #C178DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178DD is #3E8722. Grayscale: #999999. Windows color (decimal): -4097827 or 14514369. OLE color: 14514369.
HSL color Cylindrical-coordinate representation of color #C178DD: hue angle of 283.37º degrees, saturation: 0.6, 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 #C178DD is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 120 | 221 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.13 |
| HSL | 283.37º | 0.6% | 0.67% | - |
| HSV(B) | 283.37º | 0.46% | 0.87% | - |
| XYZ | 41.76 | 29.99 | 71.99 | - |
| YUV | 153.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 221 | 0.13 | 0.46 | 0 | 0.13 | 283.37 | 0.6 | 0.67 |
| Hex | C1 | 78 | DD | D | 2E | 0 | D | 11B | 3C | 43 |
| Octal | 301 | 170 | 335 | 15 | 56 | 0 | 15 | 433 | 74 | 103 |
| Binary | 11000001 | 1111000 | 11011101 | 1101 | 101110 | 0 | 1101 | 100011011 | 111100 | 1000011 |
Color Harmonies of #C178DD
Complementary color
Monochromatic Colors of #C178DD
Black with #C178DD
Text Example
Text Example
White with #C178DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178DD; }
p { color: rgb(193,120,221); }
H1.HeaderClassName
{
color: #C178DD;
}
.AnyTagClassName
{
color: #C178DD;
}
</style>
background-color css
<style>
a { background-color: #C178DD; }
a { background-color: rgb(193,120,221); }
div.DivClassName
{
background-color: #C178DD;
}
.BgClassName
{
background-color: #C178DD;
}
</style>
border-color css
<style>
span { border-color: #C178DD; }
span { border-color: rgb(193,120,221); }
td.TdClassName
{
border-color: #C178DD;
}
.TagClassName
{
border-color: #C178DD;
}
</style>