Shades of Medium Orchid #C177DD
Tints of Medium Orchid #C177DD
RGB
CMYK
RGB Variations
Color information
#C177DD (or 0xC177DD) is known color: Medium Orchid. HEX triplet: C1, 77 and DD. RGB value is (193,119,221). Sum of RGB (Red+Green+Blue) = 193+119+221=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #C177DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177DD is #3E8822. Grayscale: #989898. Windows color (decimal): -4098083 or 14514113. OLE color: 14514113.
HSL color Cylindrical-coordinate representation of color #C177DD: hue angle of 283.53º 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 #C177DD is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 119 | 221 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.13 |
| HSL | 283.53º | 0.6% | 0.67% | - |
| HSV(B) | 283.53º | 0.46% | 0.87% | - |
| XYZ | 41.64 | 29.75 | 71.95 | - |
| YUV | 152.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 221 | 0.13 | 0.46 | 0 | 0.13 | 283.53 | 0.6 | 0.67 |
| Hex | C1 | 77 | DD | D | 2E | 0 | D | 11C | 3C | 43 |
| Octal | 301 | 167 | 335 | 15 | 56 | 0 | 15 | 434 | 74 | 103 |
| Binary | 11000001 | 1110111 | 11011101 | 1101 | 101110 | 0 | 1101 | 100011100 | 111100 | 1000011 |
Color Harmonies of #C177DD
Complementary color
Monochromatic Colors of #C177DD
Black with #C177DD
Text Example
Text Example
White with #C177DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177DD; }
p { color: rgb(193,119,221); }
H1.HeaderClassName
{
color: #C177DD;
}
.AnyTagClassName
{
color: #C177DD;
}
</style>
background-color css
<style>
a { background-color: #C177DD; }
a { background-color: rgb(193,119,221); }
div.DivClassName
{
background-color: #C177DD;
}
.BgClassName
{
background-color: #C177DD;
}
</style>
border-color css
<style>
span { border-color: #C177DD; }
span { border-color: rgb(193,119,221); }
td.TdClassName
{
border-color: #C177DD;
}
.TagClassName
{
border-color: #C177DD;
}
</style>