Shades of Orchid #C177C7
Tints of Orchid #C177C7
RGB
CMYK
RGB Variations
Color information
#C177C7 (or 0xC177C7) is known color: Orchid. HEX triplet: C1, 77 and C7. RGB value is (193,119,199). Sum of RGB (Red+Green+Blue) = 193+119+199=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 199 - color contains mainly: blue. Hex color #C177C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177C7 is #3E8838. Grayscale: #969696. Windows color (decimal): -4098105 or 13072321. OLE color: 13072321.
HSL color Cylindrical-coordinate representation of color #C177C7: hue angle of 295.5º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C177C7 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 119 | 199 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.22 |
| HSL | 295.5º | 0.42% | 0.62% | - |
| HSV(B) | 295.5º | 0.4% | 0.78% | - |
| XYZ | 38.9 | 28.65 | 57.51 | - |
| YUV | 150.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 199 | 0.03 | 0.40 | 0 | 0.22 | 295.5 | 0.42 | 0.62 |
| Hex | C1 | 77 | C7 | 3 | 28 | 0 | 16 | 128 | 2A | 3E |
| Octal | 301 | 167 | 307 | 3 | 50 | 0 | 26 | 450 | 52 | 76 |
| Binary | 11000001 | 1110111 | 11000111 | 11 | 101000 | 0 | 10110 | 100101000 | 101010 | 111110 |
Color Harmonies of #C177C7
Complementary color
Monochromatic Colors of #C177C7
Black with #C177C7
Text Example
Text Example
White with #C177C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177C7; }
p { color: rgb(193,119,199); }
H1.HeaderClassName
{
color: #C177C7;
}
.AnyTagClassName
{
color: #C177C7;
}
</style>
background-color css
<style>
a { background-color: #C177C7; }
a { background-color: rgb(193,119,199); }
div.DivClassName
{
background-color: #C177C7;
}
.BgClassName
{
background-color: #C177C7;
}
</style>
border-color css
<style>
span { border-color: #C177C7; }
span { border-color: rgb(193,119,199); }
td.TdClassName
{
border-color: #C177C7;
}
.TagClassName
{
border-color: #C177C7;
}
</style>