Shades of Orchid #C177BF
Tints of Orchid #C177BF
RGB
CMYK
RGB Variations
Color information
#C177BF (or 0xC177BF) is known color: Orchid. HEX triplet: C1, 77 and BF. RGB value is (193,119,191). Sum of RGB (Red+Green+Blue) = 193+119+191=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C177BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177BF is #3E8840. Grayscale: #959595. Windows color (decimal): -4098113 or 12548033. OLE color: 12548033.
HSL color Cylindrical-coordinate representation of color #C177BF: hue angle of 301.62º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C177BF is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 191 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.24 |
| HSL | 301.62º | 0.37% | 0.61% | - |
| HSV(B) | 301.62º | 0.38% | 0.76% | - |
| XYZ | 37.99 | 28.29 | 52.75 | - |
| YUV | 149.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 191 | 0 | 0.38 | 0.01 | 0.24 | 301.62 | 0.37 | 0.61 |
| Hex | C1 | 77 | BF | 0 | 26 | 1 | 18 | 12E | 25 | 3D |
| Octal | 301 | 167 | 277 | 0 | 46 | 1 | 30 | 456 | 45 | 75 |
| Binary | 11000001 | 1110111 | 10111111 | 0 | 100110 | 1 | 11000 | 100101110 | 100101 | 111101 |
Color Harmonies of #C177BF
Complementary color
Monochromatic Colors of #C177BF
Black with #C177BF
Text Example
Text Example
White with #C177BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177BF; }
p { color: rgb(193,119,191); }
H1.HeaderClassName
{
color: #C177BF;
}
.AnyTagClassName
{
color: #C177BF;
}
</style>
background-color css
<style>
a { background-color: #C177BF; }
a { background-color: rgb(193,119,191); }
div.DivClassName
{
background-color: #C177BF;
}
.BgClassName
{
background-color: #C177BF;
}
</style>
border-color css
<style>
span { border-color: #C177BF; }
span { border-color: rgb(193,119,191); }
td.TdClassName
{
border-color: #C177BF;
}
.TagClassName
{
border-color: #C177BF;
}
</style>