Shades of Orchid #C179D6
Tints of Orchid #C179D6
RGB
CMYK
RGB Variations
Color information
#C179D6 (or 0xC179D6) is known color: Orchid. HEX triplet: C1, 79 and D6. RGB value is (193,121,214). Sum of RGB (Red+Green+Blue) = 193+121+214=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #C179D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179D6 is #3E8629. Grayscale: #989898. Windows color (decimal): -4097578 or 14055873. OLE color: 14055873.
HSL color Cylindrical-coordinate representation of color #C179D6: hue angle of 286.45º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C179D6 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 121 | 214 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.16 |
| HSL | 286.45º | 0.53% | 0.66% | - |
| HSV(B) | 286.45º | 0.43% | 0.84% | - |
| XYZ | 40.97 | 29.87 | 67.22 | - |
| YUV | 153.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 214 | 0.10 | 0.43 | 0 | 0.16 | 286.45 | 0.53 | 0.66 |
| Hex | C1 | 79 | D6 | A | 2B | 0 | 10 | 11E | 35 | 42 |
| Octal | 301 | 171 | 326 | 12 | 53 | 0 | 20 | 436 | 65 | 102 |
| Binary | 11000001 | 1111001 | 11010110 | 1010 | 101011 | 0 | 10000 | 100011110 | 110101 | 1000010 |
Color Harmonies of #C179D6
Complementary color
Monochromatic Colors of #C179D6
Black with #C179D6
Text Example
Text Example
White with #C179D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C179D6; }
p { color: rgb(193,121,214); }
H1.HeaderClassName
{
color: #C179D6;
}
.AnyTagClassName
{
color: #C179D6;
}
</style>
background-color css
<style>
a { background-color: #C179D6; }
a { background-color: rgb(193,121,214); }
div.DivClassName
{
background-color: #C179D6;
}
.BgClassName
{
background-color: #C179D6;
}
</style>
border-color css
<style>
span { border-color: #C179D6; }
span { border-color: rgb(193,121,214); }
td.TdClassName
{
border-color: #C179D6;
}
.TagClassName
{
border-color: #C179D6;
}
</style>