Shades of Orchid #C179C0
Tints of Orchid #C179C0
RGB
CMYK
RGB Variations
Color information
#C179C0 (or 0xC179C0) is known color: Orchid. HEX triplet: C1, 79 and C0. RGB value is (193,121,192). Sum of RGB (Red+Green+Blue) = 193+121+192=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C179C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179C0 is #3E863F. Grayscale: #969696. Windows color (decimal): -4097600 or 12614081. OLE color: 12614081.
HSL color Cylindrical-coordinate representation of color #C179C0: hue angle of 300.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C179C0 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 192 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.24 |
| HSL | 300.83º | 0.37% | 0.62% | - |
| HSV(B) | 300.83º | 0.37% | 0.76% | - |
| XYZ | 38.34 | 28.82 | 53.41 | - |
| YUV | 150.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 192 | 0 | 0.37 | 0.01 | 0.24 | 300.83 | 0.37 | 0.62 |
| Hex | C1 | 79 | C0 | 0 | 25 | 1 | 18 | 12D | 25 | 3E |
| Octal | 301 | 171 | 300 | 0 | 45 | 1 | 30 | 455 | 45 | 76 |
| Binary | 11000001 | 1111001 | 11000000 | 0 | 100101 | 1 | 11000 | 100101101 | 100101 | 111110 |
Color Harmonies of #C179C0
Complementary color
Monochromatic Colors of #C179C0
Black with #C179C0
Text Example
Text Example
White with #C179C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C179C0; }
p { color: rgb(193,121,192); }
H1.HeaderClassName
{
color: #C179C0;
}
.AnyTagClassName
{
color: #C179C0;
}
</style>
background-color css
<style>
a { background-color: #C179C0; }
a { background-color: rgb(193,121,192); }
div.DivClassName
{
background-color: #C179C0;
}
.BgClassName
{
background-color: #C179C0;
}
</style>
border-color css
<style>
span { border-color: #C179C0; }
span { border-color: rgb(193,121,192); }
td.TdClassName
{
border-color: #C179C0;
}
.TagClassName
{
border-color: #C179C0;
}
</style>