Shades of Orchid #C176C6
Tints of Orchid #C176C6
RGB
CMYK
RGB Variations
Color information
#C176C6 (or 0xC176C6) is known color: Orchid. HEX triplet: C1, 76 and C6. RGB value is (193,118,198). Sum of RGB (Red+Green+Blue) = 193+118+198=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #C176C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176C6 is #3E8939. Grayscale: #959595. Windows color (decimal): -4098362 or 13006529. OLE color: 13006529.
HSL color Cylindrical-coordinate representation of color #C176C6: hue angle of 296.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C176C6 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 118 | 198 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.22 |
| HSL | 296.25º | 0.41% | 0.62% | - |
| HSV(B) | 296.25º | 0.4% | 0.78% | - |
| XYZ | 38.66 | 28.37 | 56.86 | - |
| YUV | 149.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 198 | 0.03 | 0.40 | 0 | 0.22 | 296.25 | 0.41 | 0.62 |
| Hex | C1 | 76 | C6 | 3 | 28 | 0 | 16 | 128 | 29 | 3E |
| Octal | 301 | 166 | 306 | 3 | 50 | 0 | 26 | 450 | 51 | 76 |
| Binary | 11000001 | 1110110 | 11000110 | 11 | 101000 | 0 | 10110 | 100101000 | 101001 | 111110 |
Color Harmonies of #C176C6
Complementary color
Monochromatic Colors of #C176C6
Black with #C176C6
Text Example
Text Example
White with #C176C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C176C6; }
p { color: rgb(193,118,198); }
H1.HeaderClassName
{
color: #C176C6;
}
.AnyTagClassName
{
color: #C176C6;
}
</style>
background-color css
<style>
a { background-color: #C176C6; }
a { background-color: rgb(193,118,198); }
div.DivClassName
{
background-color: #C176C6;
}
.BgClassName
{
background-color: #C176C6;
}
</style>
border-color css
<style>
span { border-color: #C176C6; }
span { border-color: rgb(193,118,198); }
td.TdClassName
{
border-color: #C176C6;
}
.TagClassName
{
border-color: #C176C6;
}
</style>