Shades of Orchid #C177D6
Tints of Orchid #C177D6
RGB
CMYK
RGB Variations
Color information
#C177D6 (or 0xC177D6) is known color: Orchid. HEX triplet: C1, 77 and D6. RGB value is (193,119,214). Sum of RGB (Red+Green+Blue) = 193+119+214=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #C177D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177D6 is #3E8829. Grayscale: #979797. Windows color (decimal): -4098090 or 14055361. OLE color: 14055361.
HSL color Cylindrical-coordinate representation of color #C177D6: hue angle of 286.74º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C177D6 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 119 | 214 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.16 |
| HSL | 286.74º | 0.54% | 0.65% | - |
| HSV(B) | 286.74º | 0.44% | 0.84% | - |
| XYZ | 40.73 | 29.39 | 67.14 | - |
| YUV | 151.96 | 163.02 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 214 | 0.10 | 0.44 | 0 | 0.16 | 286.74 | 0.54 | 0.65 |
| Hex | C1 | 77 | D6 | A | 2C | 0 | 10 | 11F | 36 | 41 |
| Octal | 301 | 167 | 326 | 12 | 54 | 0 | 20 | 437 | 66 | 101 |
| Binary | 11000001 | 1110111 | 11010110 | 1010 | 101100 | 0 | 10000 | 100011111 | 110110 | 1000001 |
Color Harmonies of #C177D6
Complementary color
Monochromatic Colors of #C177D6
Black with #C177D6
Text Example
Text Example
White with #C177D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177D6; }
p { color: rgb(193,119,214); }
H1.HeaderClassName
{
color: #C177D6;
}
.AnyTagClassName
{
color: #C177D6;
}
</style>
background-color css
<style>
a { background-color: #C177D6; }
a { background-color: rgb(193,119,214); }
div.DivClassName
{
background-color: #C177D6;
}
.BgClassName
{
background-color: #C177D6;
}
</style>
border-color css
<style>
span { border-color: #C177D6; }
span { border-color: rgb(193,119,214); }
td.TdClassName
{
border-color: #C177D6;
}
.TagClassName
{
border-color: #C177D6;
}
</style>