Shades of Orchid #C177CD
Tints of Orchid #C177CD
RGB
CMYK
RGB Variations
Color information
#C177CD (or 0xC177CD) is known color: Orchid. HEX triplet: C1, 77 and CD. RGB value is (193,119,205). Sum of RGB (Red+Green+Blue) = 193+119+205=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #C177CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177CD is #3E8832. Grayscale: #969696. Windows color (decimal): -4098099 or 13465537. OLE color: 13465537.
HSL color Cylindrical-coordinate representation of color #C177CD: hue angle of 291.63º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C177CD is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 119 | 205 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.20 |
| HSL | 291.63º | 0.46% | 0.64% | - |
| HSV(B) | 291.63º | 0.42% | 0.8% | - |
| XYZ | 39.61 | 28.94 | 61.26 | - |
| YUV | 150.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 205 | 0.06 | 0.42 | 0 | 0.20 | 291.63 | 0.46 | 0.64 |
| Hex | C1 | 77 | CD | 6 | 2A | 0 | 14 | 124 | 2E | 40 |
| Octal | 301 | 167 | 315 | 6 | 52 | 0 | 24 | 444 | 56 | 100 |
| Binary | 11000001 | 1110111 | 11001101 | 110 | 101010 | 0 | 10100 | 100100100 | 101110 | 1000000 |
Color Harmonies of #C177CD
Complementary color
Monochromatic Colors of #C177CD
Black with #C177CD
Text Example
Text Example
White with #C177CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177CD; }
p { color: rgb(193,119,205); }
H1.HeaderClassName
{
color: #C177CD;
}
.AnyTagClassName
{
color: #C177CD;
}
</style>
background-color css
<style>
a { background-color: #C177CD; }
a { background-color: rgb(193,119,205); }
div.DivClassName
{
background-color: #C177CD;
}
.BgClassName
{
background-color: #C177CD;
}
</style>
border-color css
<style>
span { border-color: #C177CD; }
span { border-color: rgb(193,119,205); }
td.TdClassName
{
border-color: #C177CD;
}
.TagClassName
{
border-color: #C177CD;
}
</style>