Shades of Orchid #C177CF
Tints of Orchid #C177CF
RGB
CMYK
RGB Variations
Color information
#C177CF (or 0xC177CF) is known color: Orchid. HEX triplet: C1, 77 and CF. RGB value is (193,119,207). Sum of RGB (Red+Green+Blue) = 193+119+207=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #C177CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177CF is #3E8830. Grayscale: #969696. Windows color (decimal): -4098097 or 13596609. OLE color: 13596609.
HSL color Cylindrical-coordinate representation of color #C177CF: hue angle of 290.45º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C177CF is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 119 | 207 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.19 |
| HSL | 290.45º | 0.48% | 0.64% | - |
| HSV(B) | 290.45º | 0.43% | 0.81% | - |
| XYZ | 39.85 | 29.04 | 62.54 | - |
| YUV | 151.16 | 159.52 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 207 | 0.07 | 0.43 | 0 | 0.19 | 290.45 | 0.48 | 0.64 |
| Hex | C1 | 77 | CF | 7 | 2B | 0 | 13 | 122 | 30 | 40 |
| Octal | 301 | 167 | 317 | 7 | 53 | 0 | 23 | 442 | 60 | 100 |
| Binary | 11000001 | 1110111 | 11001111 | 111 | 101011 | 0 | 10011 | 100100010 | 110000 | 1000000 |
Color Harmonies of #C177CF
Complementary color
Monochromatic Colors of #C177CF
Black with #C177CF
Text Example
Text Example
White with #C177CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177CF; }
p { color: rgb(193,119,207); }
H1.HeaderClassName
{
color: #C177CF;
}
.AnyTagClassName
{
color: #C177CF;
}
</style>
background-color css
<style>
a { background-color: #C177CF; }
a { background-color: rgb(193,119,207); }
div.DivClassName
{
background-color: #C177CF;
}
.BgClassName
{
background-color: #C177CF;
}
</style>
border-color css
<style>
span { border-color: #C177CF; }
span { border-color: rgb(193,119,207); }
td.TdClassName
{
border-color: #C177CF;
}
.TagClassName
{
border-color: #C177CF;
}
</style>