Shades of Orchid #C177CE
Tints of Orchid #C177CE
RGB
CMYK
RGB Variations
Color information
#C177CE (or 0xC177CE) is known color: Orchid. HEX triplet: C1, 77 and CE. RGB value is (193,119,206). Sum of RGB (Red+Green+Blue) = 193+119+206=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #C177CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177CE is #3E8831. Grayscale: #969696. Windows color (decimal): -4098098 or 13531073. OLE color: 13531073.
HSL color Cylindrical-coordinate representation of color #C177CE: hue angle of 291.03º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C177CE is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 119 | 206 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.19 |
| HSL | 291.03º | 0.47% | 0.64% | - |
| HSV(B) | 291.03º | 0.42% | 0.81% | - |
| XYZ | 39.73 | 28.99 | 61.89 | - |
| YUV | 151.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 206 | 0.06 | 0.42 | 0 | 0.19 | 291.03 | 0.47 | 0.64 |
| Hex | C1 | 77 | CE | 6 | 2A | 0 | 13 | 123 | 2F | 40 |
| Octal | 301 | 167 | 316 | 6 | 52 | 0 | 23 | 443 | 57 | 100 |
| Binary | 11000001 | 1110111 | 11001110 | 110 | 101010 | 0 | 10011 | 100100011 | 101111 | 1000000 |
Color Harmonies of #C177CE
Complementary color
Monochromatic Colors of #C177CE
Black with #C177CE
Text Example
Text Example
White with #C177CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177CE; }
p { color: rgb(193,119,206); }
H1.HeaderClassName
{
color: #C177CE;
}
.AnyTagClassName
{
color: #C177CE;
}
</style>
background-color css
<style>
a { background-color: #C177CE; }
a { background-color: rgb(193,119,206); }
div.DivClassName
{
background-color: #C177CE;
}
.BgClassName
{
background-color: #C177CE;
}
</style>
border-color css
<style>
span { border-color: #C177CE; }
span { border-color: rgb(193,119,206); }
td.TdClassName
{
border-color: #C177CE;
}
.TagClassName
{
border-color: #C177CE;
}
</style>