Shades of Medium Orchid #C177DB
Tints of Medium Orchid #C177DB
RGB
CMYK
RGB Variations
Color information
#C177DB (or 0xC177DB) is known color: Medium Orchid. HEX triplet: C1, 77 and DB. RGB value is (193,119,219). Sum of RGB (Red+Green+Blue) = 193+119+219=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #C177DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177DB is #3E8824. Grayscale: #989898. Windows color (decimal): -4098085 or 14383041. OLE color: 14383041.
HSL color Cylindrical-coordinate representation of color #C177DB: hue angle of 284.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C177DB is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 119 | 219 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.14 |
| HSL | 284.4º | 0.58% | 0.66% | - |
| HSV(B) | 284.4º | 0.46% | 0.86% | - |
| XYZ | 41.38 | 29.65 | 70.56 | - |
| YUV | 152.53 | 165.52 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 219 | 0.12 | 0.46 | 0 | 0.14 | 284.4 | 0.58 | 0.66 |
| Hex | C1 | 77 | DB | C | 2E | 0 | E | 11C | 3A | 42 |
| Octal | 301 | 167 | 333 | 14 | 56 | 0 | 16 | 434 | 72 | 102 |
| Binary | 11000001 | 1110111 | 11011011 | 1100 | 101110 | 0 | 1110 | 100011100 | 111010 | 1000010 |
Color Harmonies of #C177DB
Complementary color
Monochromatic Colors of #C177DB
Black with #C177DB
Text Example
Text Example
White with #C177DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177DB; }
p { color: rgb(193,119,219); }
H1.HeaderClassName
{
color: #C177DB;
}
.AnyTagClassName
{
color: #C177DB;
}
</style>
background-color css
<style>
a { background-color: #C177DB; }
a { background-color: rgb(193,119,219); }
div.DivClassName
{
background-color: #C177DB;
}
.BgClassName
{
background-color: #C177DB;
}
</style>
border-color css
<style>
span { border-color: #C177DB; }
span { border-color: rgb(193,119,219); }
td.TdClassName
{
border-color: #C177DB;
}
.TagClassName
{
border-color: #C177DB;
}
</style>