Shades of Orchid #C176D0
Tints of Orchid #C176D0
RGB
CMYK
RGB Variations
Color information
#C176D0 (or 0xC176D0) is known color: Orchid. HEX triplet: C1, 76 and D0. RGB value is (193,118,208). Sum of RGB (Red+Green+Blue) = 193+118+208=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #C176D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176D0 is #3E892F. Grayscale: #969696. Windows color (decimal): -4098352 or 13661889. OLE color: 13661889.
HSL color Cylindrical-coordinate representation of color #C176D0: hue angle of 290º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C176D0 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 118 | 208 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.18 |
| HSL | 290º | 0.49% | 0.64% | - |
| HSV(B) | 290º | 0.43% | 0.82% | - |
| XYZ | 39.86 | 28.85 | 63.14 | - |
| YUV | 150.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 208 | 0.07 | 0.43 | 0 | 0.18 | 290 | 0.49 | 0.64 |
| Hex | C1 | 76 | D0 | 7 | 2B | 0 | 12 | 122 | 31 | 40 |
| Octal | 301 | 166 | 320 | 7 | 53 | 0 | 22 | 442 | 61 | 100 |
| Binary | 11000001 | 1110110 | 11010000 | 111 | 101011 | 0 | 10010 | 100100010 | 110001 | 1000000 |
Color Harmonies of #C176D0
Complementary color
Monochromatic Colors of #C176D0
Black with #C176D0
Text Example
Text Example
White with #C176D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C176D0; }
p { color: rgb(193,118,208); }
H1.HeaderClassName
{
color: #C176D0;
}
.AnyTagClassName
{
color: #C176D0;
}
</style>
background-color css
<style>
a { background-color: #C176D0; }
a { background-color: rgb(193,118,208); }
div.DivClassName
{
background-color: #C176D0;
}
.BgClassName
{
background-color: #C176D0;
}
</style>
border-color css
<style>
span { border-color: #C176D0; }
span { border-color: rgb(193,118,208); }
td.TdClassName
{
border-color: #C176D0;
}
.TagClassName
{
border-color: #C176D0;
}
</style>