Shades of Orchid #C179D9
Tints of Orchid #C179D9
RGB
CMYK
RGB Variations
Color information
#C179D9 (or 0xC179D9) is known color: Orchid. HEX triplet: C1, 79 and D9. RGB value is (193,121,217). Sum of RGB (Red+Green+Blue) = 193+121+217=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #C179D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179D9 is #3E8626. Grayscale: #999999. Windows color (decimal): -4097575 or 14252481. OLE color: 14252481.
HSL color Cylindrical-coordinate representation of color #C179D9: hue angle of 285º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C179D9 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 121 | 217 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.15 |
| HSL | 285º | 0.56% | 0.66% | - |
| HSV(B) | 285º | 0.44% | 0.85% | - |
| XYZ | 41.35 | 30.02 | 69.26 | - |
| YUV | 153.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 217 | 0.11 | 0.44 | 0 | 0.15 | 285 | 0.56 | 0.66 |
| Hex | C1 | 79 | D9 | B | 2C | 0 | F | 11D | 38 | 42 |
| Octal | 301 | 171 | 331 | 13 | 54 | 0 | 17 | 435 | 70 | 102 |
| Binary | 11000001 | 1111001 | 11011001 | 1011 | 101100 | 0 | 1111 | 100011101 | 111000 | 1000010 |
Color Harmonies of #C179D9
Complementary color
Monochromatic Colors of #C179D9
Black with #C179D9
Text Example
Text Example
White with #C179D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C179D9; }
p { color: rgb(193,121,217); }
H1.HeaderClassName
{
color: #C179D9;
}
.AnyTagClassName
{
color: #C179D9;
}
</style>
background-color css
<style>
a { background-color: #C179D9; }
a { background-color: rgb(193,121,217); }
div.DivClassName
{
background-color: #C179D9;
}
.BgClassName
{
background-color: #C179D9;
}
</style>
border-color css
<style>
span { border-color: #C179D9; }
span { border-color: rgb(193,121,217); }
td.TdClassName
{
border-color: #C179D9;
}
.TagClassName
{
border-color: #C179D9;
}
</style>