Shades of Medium Orchid #C177E2
Tints of Medium Orchid #C177E2
RGB
CMYK
RGB Variations
Color information
#C177E2 (or 0xC177E2) is known color: Medium Orchid. HEX triplet: C1, 77 and E2. RGB value is (193,119,226). Sum of RGB (Red+Green+Blue) = 193+119+226=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 226 - color contains mainly: blue. Hex color #C177E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177E2 is #3E881D. Grayscale: #989898. Windows color (decimal): -4098078 or 14841793. OLE color: 14841793.
HSL color Cylindrical-coordinate representation of color #C177E2: hue angle of 281.5º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C177E2 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 119 | 226 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.11 |
| HSL | 281.5º | 0.65% | 0.68% | - |
| HSV(B) | 281.5º | 0.47% | 0.89% | - |
| XYZ | 42.32 | 30.02 | 75.52 | - |
| YUV | 153.32 | 169.02 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 226 | 0.15 | 0.47 | 0 | 0.11 | 281.5 | 0.65 | 0.68 |
| Hex | C1 | 77 | E2 | F | 2F | 0 | B | 119 | 41 | 44 |
| Octal | 301 | 167 | 342 | 17 | 57 | 0 | 13 | 431 | 101 | 104 |
| Binary | 11000001 | 1110111 | 11100010 | 1111 | 101111 | 0 | 1011 | 100011001 | 1000001 | 1000100 |
Color Harmonies of #C177E2
Complementary color
Monochromatic Colors of #C177E2
Black with #C177E2
Text Example
Text Example
White with #C177E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177E2; }
p { color: rgb(193,119,226); }
H1.HeaderClassName
{
color: #C177E2;
}
.AnyTagClassName
{
color: #C177E2;
}
</style>
background-color css
<style>
a { background-color: #C177E2; }
a { background-color: rgb(193,119,226); }
div.DivClassName
{
background-color: #C177E2;
}
.BgClassName
{
background-color: #C177E2;
}
</style>
border-color css
<style>
span { border-color: #C177E2; }
span { border-color: rgb(193,119,226); }
td.TdClassName
{
border-color: #C177E2;
}
.TagClassName
{
border-color: #C177E2;
}
</style>